forked from VimPlug/jedi
symbols on the stack are now defined with a smaller tuple.
This commit is contained in:
@@ -60,7 +60,7 @@ class Driver(object):
|
||||
if type == token.OP:
|
||||
type = grammar.opmap[value]
|
||||
#self.logger.debug("%s %r (prefix=%r)", token.tok_name[type], value, prefix)
|
||||
if p.addtoken(type, value, (prefix, start)):
|
||||
if p.addtoken(type, value, prefix, start):
|
||||
break
|
||||
prefix = ""
|
||||
lineno, column = end
|
||||
|
||||
Reference in New Issue
Block a user