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
|
||||
|
||||
Reference in New Issue
Block a user