forked from VimPlug/jedi
self redirection solved
This commit is contained in:
@@ -10,6 +10,7 @@ class TestClass(object):
|
||||
self2.var_inst = first_param
|
||||
self2.second = second_param
|
||||
self2.first = first_param
|
||||
a = 3
|
||||
|
||||
def var_func(self):
|
||||
return 1
|
||||
|
||||
@@ -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