1
0
forked from VimPlug/jedi

fixed the getattr/__getattr__ stuff

This commit is contained in:
Dave Halter
2014-01-10 15:14:55 +01:00
parent f868668f0e
commit 14c9ed88ca
5 changed files with 5 additions and 14 deletions

View File

@@ -339,7 +339,7 @@ class Wrapper2():
return getattr(Base(), name)
#? int()
Wrapper(Base()).ret
Wrapper(Base()).ret(3)
#? int()
Wrapper2(Base()).ret(3)