eclipse - PyDev: Undefined variable from import: __name__ -
i use regularly __name__
property of classes in code (which works in python) pydev marking error (undefined variable import).
i tried add __name__
bulletin imports did not remove problem.
when use auto completion, pydev finds __class__
property when typing .
behind class wrong. if use __class__
property anyway, pydev finds __name__
property.
is there bug in pydev has mixing classes instanced objects? there workaround?
thanks help.
it's bug in pydev. please report in pydev sf tracker. see: http://pydev.org/about.html links.
Comments
Post a Comment