Comment 3 for bug 1614338

Revision history for this message
John Vandenberg (jayvdb) wrote :

Ya, sorry this is a specific case. I found it while working on https://github.com/PyCQA/pycodestyle/issues/371#issuecomment-240614113 , and thought I better raise it here before I forgot it.

It is unfortunate that it can only easily be done for literals and built in types, and needs to understand the classes possibly defined in other modules before it could reliably work for anything else.

Im not sure how valuable it is if it only supports literals and built in types.