1
0
forked from VimPlug/jedi

Remove the function context to a separate module.

This commit is contained in:
Dave Halter
2017-09-29 15:28:17 +02:00
parent 8a9e1cd914
commit 32917d5565
11 changed files with 251 additions and 239 deletions

View File

@@ -202,7 +202,7 @@ def _evaluate_for_statement_string(module_context, string):
except (AttributeError, IndexError):
return []
from jedi.evaluate.representation import FunctionContext
from jedi.evaluate.context.function import FunctionContext
function_context = FunctionContext(
module_context.evaluator,
module_context,