forked from VimPlug/jedi
add an empty IsScope class to match all scopes
This commit is contained in:
@@ -97,7 +97,11 @@ class Simple(Base):
|
||||
(type(self).__name__, code, self.start_pos[0])
|
||||
|
||||
|
||||
class Scope(Simple):
|
||||
class IsScope(Base):
|
||||
pass
|
||||
|
||||
|
||||
class Scope(Simple, IsScope):
|
||||
"""
|
||||
Super class for the parser tree, which represents the state of a python
|
||||
text file.
|
||||
|
||||
Reference in New Issue
Block a user