1
0
forked from VimPlug/jedi

Small fixes to the origin_scopes.

This commit is contained in:
Dave Halter
2016-11-12 17:01:26 +01:00
parent 853f9fdb08
commit cb86cdec68
3 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ class Context(object):
self.evaluator = evaluator
self.parent_context = parent_context
def get_node(self):
return None
def get_parent_flow_context(self):
return self.parent_context