mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-13 03:20:39 +08:00
self redirection solved
This commit is contained in:
@@ -136,10 +136,8 @@ def args_func(arg1, *args):
|
||||
exe = args_func(1, "", list)
|
||||
#? int()
|
||||
exe[0]
|
||||
|
||||
#? tuple()
|
||||
exe[1].index
|
||||
|
||||
exe[1]
|
||||
#? list()
|
||||
exe[1][1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user