After updating to pydev extensions 1.2.4, I'm still getting error in two cases:
1- When a parent of the class (not the class itself) overrides __getattr__ . For example, in SQLObject, I get error on the 'q' method in my classes despite that the parent class 'SQLObject' override __getattr__ 2- Attributes of attributes of classes that overrides __getattr__ For example, if 'a' overrides __getattr__, pydev will not show error on 'a.b.c' despite that it will not show error on 'a.b' Regards, Magdy ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
