1
0
forked from VimPlug/jedi

Remove the position_modifier from the parser.

This commit is contained in:
Dave Halter
2016-09-18 00:50:31 +02:00
parent ed71d05ed7
commit 885cf62a12
11 changed files with 62 additions and 67 deletions
+5
View File
@@ -80,6 +80,11 @@ class MixedName(compiled.CompiledName):
# This means a start_pos that doesn't exist (compiled objects).
return (0, 0)
@start_pos.setter
def start_pos(self, value):
# Ignore the __init__'s start_pos setter call.
pass
class LazyMixedNamesDict(compiled.LazyNamesDict):
name_class = MixedName