mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-16 02:07:59 +08:00
Remove the position_modifier from the parser.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user