forked from VimPlug/jedi
Get rid of InstanceFunctionExecution, because it's really not needed
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user