1
0
forked from VimPlug/jedi

Merge branch 'master' into typeshed

This commit is contained in:
Dave Halter
2018-08-06 12:49:51 +02:00
13 changed files with 109 additions and 122 deletions

View File

@@ -278,7 +278,7 @@ def eval_expr_stmt(context, stmt, seek_name=None):
# necessary.
if not allowed and context.get_root_context() == context.evaluator.builtins_module:
try:
instance = context.instance
instance = context.var_args.instance
except AttributeError:
pass
else: