[wingide-users] completion of inherited method names in class
context
Luc Bourhis
luc_j_bourhis at mac.com
Fri Oct 5 11:42:01 MDT 2007
Let's say I have typed
class A:
def foo(self): ...
class B(A):
#
Then it would be nice if at the position marked by #, the auto-
completion proposed me "foo", the rationale being that overriding a
method defined in a base class is pretty common.
Thanks,
Luc Bourhis
Computer Scientist
Chemical Crystallography Laboratory
University of Durham, UK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20071005/7b44d234/attachment.html
More information about the wingide-users
mailing list