mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-23 13:51:27 +08:00
trying to fix the getattr mess with compiled
This commit is contained in:
@@ -339,7 +339,7 @@ class Wrapper2():
|
||||
return getattr(Base(), name)
|
||||
|
||||
#? int()
|
||||
Wrapper(Base()).ret(3)
|
||||
Wrapper(Base()).ret
|
||||
|
||||
#? int()
|
||||
Wrapper2(Base()).ret(3)
|
||||
|
||||
Reference in New Issue
Block a user