mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-19 20:11:12 +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