Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4617034
By: fabioz
Actually, the case currently covered is a bit different:
my_class.py
class MyClass(object):
'''
@DynamicAttrs
'''
my_class_instance = MyClass()
my_code.py
from my_class import my_class_instance, MyClass
my_class_instance.something #that's the case that's covered
MyClass.something #this is not covered and will currently show an error
in code-analysis
So, it only checks that if it's found through an assignment, but I guess your
case could still be covered...
Please report it as a bug.
Cheers,
Fabio
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=293649
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users