forked from VimPlug/jedi
Fix issues with the right count of parsers used.
This commit is contained in:
@@ -301,8 +301,7 @@ class Parser(object):
|
||||
|
||||
if typ == token.OP:
|
||||
typ = token.opmap[value]
|
||||
#print(start_pos, tokenize.tok_name[typ], repr(value))
|
||||
print(token.tok_name[typ], value, start_pos)
|
||||
#print(token.tok_name[typ], repr(value), start_pos)
|
||||
yield typ, value, prefix, start_pos
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user