1
0
forked from VimPlug/jedi

ImportPath has now also an _evaluator

This commit is contained in:
Dave Halter
2013-12-24 18:00:00 +01:00
parent d25cc6e1fe
commit 56457a9c8c
6 changed files with 104 additions and 104 deletions

View File

@@ -498,7 +498,7 @@ class Execution(Executable):
debug.dbg('exec result: %s in %s' % (stmts, self))
return imports.strip_imports(stmts)
return imports.strip_imports(self._evaluator, stmts)
def _get_function_returns(self, func, evaluate_generator):
""" A normal Function execution """