forked from VimPlug/jedi
Simplified the line splitting and with that a few other things in the fast parser.
This commit is contained in:
@@ -307,7 +307,7 @@ class Parser(object):
|
||||
|
||||
def _tokenize(self, tokenizer):
|
||||
for typ, value, start_pos, prefix in tokenizer:
|
||||
print(token.tok_name[typ], repr(value), start_pos, repr(prefix))
|
||||
#print(token.tok_name[typ], repr(value), start_pos, repr(prefix))
|
||||
if self._omit_dedent and typ == token.DEDENT:
|
||||
self._omit_dedent -= 1
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user