forked from VimPlug/jedi
Remove a hack that is no longer necessary
This commit is contained in:
@@ -99,11 +99,6 @@ class MixedName(compiled.CompiledName):
|
|||||||
return 0, 0
|
return 0, 0
|
||||||
return values[0].name.start_pos
|
return values[0].name.start_pos
|
||||||
|
|
||||||
@start_pos.setter
|
|
||||||
def start_pos(self, value):
|
|
||||||
# Ignore the __init__'s start_pos setter call.
|
|
||||||
pass
|
|
||||||
|
|
||||||
@underscore_memoization
|
@underscore_memoization
|
||||||
def infer(self):
|
def infer(self):
|
||||||
def access_to_value(parent_value, access):
|
def access_to_value(parent_value, access):
|
||||||
|
|||||||
Reference in New Issue
Block a user