Hello,

sometimes class members and module globals are computed
dynamically => lots of E0602 and so. As pylint doesn't import like
pychecker.

How is it possible to tell pylint about unseen globals/members?

I just found "--ignored-classes=", which is too rude.

Is it also possible to tell pylint to really import (certain)
modules and respect the real beings ?


Robert
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to