[Pydev-code] Dynamic attributes handle by pyDev
Brought to you by:
fabioz
From: Bartosz <ga...@po...> - 2011-08-04 07:23:02
|
Hi developers. I have an big problem with "Code analysis". In following line, the error "Undefined variable from import: __dict__" is displayed: capacity = SomeConstants.__dict__[someName] This code is works perfectly with Python. I have already tried to add "@DynamicAttrs" in class, unfortunately it doesn't help. Do you know how to fix this issue? Best Regards Bartosz |