forked from VimPlug/jedi
temporary solution for completions in asserts
This commit is contained in:
@@ -820,6 +820,9 @@ class KeywordStatement(Base):
|
||||
if stmt is not None:
|
||||
stmt.parent = self
|
||||
|
||||
def is_scope(self):
|
||||
return False
|
||||
|
||||
def __repr__(self):
|
||||
return "<%s(%s): %s>" % (type(self).__name__, self.name, self.stmt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user