pylint #19552 False positive in cascading import of module [open]
if object Toto is first defined in module_a but available in module_b (by import from module_a), importing it from module_b give a false positive No name 'Toto' in module 'module_b' | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2010/01/13 07:56, written by sthenault
-
2010/01/21 14:43, written by sthenault
add commentoriginal discussion
I'm using pylint 0.19.0 on Mac OS 10.5.8. Here's the output of pylint --version:
Pyserial is 2.4 (from pyserial-2.4-py2.5.egg) and matplotlib is 0.99.1.1 (from matplotlib-0.99.1.1_r7813-py2.5.egg).