Show inherited members in structure view (PY-3936)

This commit is contained in:
Andrey Vlasovskikh
2011-07-05 21:32:12 +04:00
parent 5aa0bfa0c6
commit 46a358dc15
5 changed files with 164 additions and 45 deletions
@@ -0,0 +1,6 @@
class C(object):
def f(self, x):
self.x = x
def __str__(self):
return self.x