1
0
forked from VimPlug/jedi

scan_statement -> scan_statement_for_calls

This commit is contained in:
Dave Halter
2014-01-07 15:10:19 +01:00
parent 359f3ed4a9
commit a74b7299e2
4 changed files with 8 additions and 8 deletions

View File

@@ -330,7 +330,7 @@ def _check_array_additions(evaluator, compare_array, module, is_list):
# check recursion
continue
res += check_calls(helpers.scan_statement(stmt, n), n)
res += check_calls(helpers.scan_statement_for_calls(stmt, n), n)
evaluator.recursion_detector.pop_stmt()
# reset settings
settings.dynamic_params_for_other_modules = temp_param_add