mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-25 21:26:35 +08:00
Merge branch 'master' into typeshed
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user