mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Filter self names in a more correct way, fixes #1275
This commit is contained in:
@@ -36,6 +36,7 @@ class TestClass(object):
|
||||
self2.var_inst = first_param
|
||||
self2.second = second_param
|
||||
self2.first = first_param
|
||||
self2.first.var_on_argument = 5
|
||||
a = 3
|
||||
|
||||
def var_func(self):
|
||||
|
||||
Reference in New Issue
Block a user