1
0
forked from VimPlug/jedi

Remove a hack that is no longer necessary

This commit is contained in:
Dave Halter
2019-08-21 09:25:15 +02:00
parent 84f6d95fde
commit 55c08e06ab

View File

@@ -99,11 +99,6 @@ class MixedName(compiled.CompiledName):
return 0, 0
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
def infer(self):
def access_to_value(parent_value, access):