[wingide-users] auto completion hints
Idan Zaltzberg
idan at itstructures.com
Thu Oct 1 03:29:42 MDT 2009
Hi,
I'm using a lot of factory classes and I wish them to be identified by the
IDE for auto-complete, goto def and so on.
In order to hint I add a method that is never called:
def do_assertions(self):
assert isinstance(self.ClassInstance,Class)
The problem is I have to do it for every class that uses factory classes.
I wonder why cant I do it in some concentrated place, maybe by using
inheritance of this method.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20091001/ceb653fe/attachment.html
More information about the wingide-users
mailing list