1
0
forked from VimPlug/jedi

Get rid of InstanceFunctionExecution, because it's really not needed

This commit is contained in:
Dave Halter
2018-08-05 23:26:15 +02:00
parent 357c86ad9c
commit 10ecb77673
4 changed files with 30 additions and 44 deletions

View File

@@ -270,7 +270,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: