[Python-projects] Supress checknig of imported module?
Duncan Gibson
duncan.gibson at xs4all.nl
Thu Nov 20 18:42:13 CET 2008
>> I had a similar problem with an EnumerationType abstract base
>> class written or adapted by a colleague, [...]
> There is only much pylint can do to divine module attributes.
> Python is a bit too dynamic to allow pylint to work flawlessly in
> this area. [...] When pylint wants to check on desired attributes
> they just aren't there.
I wasn't complaining about pylint, but rather suggesting that it
might be possible to find a workaround...
Cheers
Duncan
More information about the Python-Projects
mailing list