1
0
forked from VimPlug/jedi

introduce an is_scope function to make it easier to work with scopes

This commit is contained in:
Dave Halter
2014-06-20 17:47:42 +02:00
parent 3ee3a04bcb
commit ddca14980e
4 changed files with 12 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ from jedi.parser.tokenize import (source_tokens, Token, FLOWS, NEWLINE,
COMMENT, ENDMARKER)
class Module(pr.Simple, pr.Module):
class Module(pr.Module, pr.Simple):
def __init__(self, parsers):
super(Module, self).__init__(self, (1, 0))
self.parsers = parsers