the auto completion is working! and may god bless you all! ;-)

This commit is contained in:
David Halter
2012-04-08 04:25:06 +02:00
parent f91fb8027e
commit baf8c60e9a
5 changed files with 125 additions and 76 deletions

View File

@@ -47,7 +47,7 @@ class A():
return 8 + a.test()
class init:
def __init__(self, a, b=3, c = A):
a=0;self.a = a;self.a
a=0;self.a = a.i
aclass = A()