mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 15:24:46 +08:00
made dynamic *args/**args work
This commit is contained in:
@@ -30,9 +30,9 @@ def func(a):
|
||||
# *args, **args
|
||||
# -----------------
|
||||
def arg(*args):
|
||||
##? tuple()
|
||||
#? tuple()
|
||||
args
|
||||
##? int()
|
||||
#? int()
|
||||
args[0]
|
||||
|
||||
arg(1,"")
|
||||
|
||||
Reference in New Issue
Block a user