1
0
forked from VimPlug/jedi

trying to fix the getattr mess with compiled

This commit is contained in:
Dave Halter
2014-01-10 13:36:29 +01:00
parent b1409c8f74
commit f868668f0e
6 changed files with 30 additions and 18 deletions

View File

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