mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-21 11:22:04 +08:00
Finally get rid of call_of_leaf
This commit is contained in:
@@ -99,3 +99,14 @@ class Test():
|
||||
|
||||
#?
|
||||
isinstance(1, int())
|
||||
|
||||
# -----------------
|
||||
# more complicated arguments
|
||||
# -----------------
|
||||
|
||||
def ayyyyyye(obj):
|
||||
if isinstance(obj.obj, str):
|
||||
#?
|
||||
obj.obj
|
||||
#?
|
||||
obj
|
||||
|
||||
Reference in New Issue
Block a user