mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-06 01:04:16 +08:00
infer_state -> inference_state
This commit is contained in:
@@ -106,7 +106,7 @@ def _break_check(value, value_scope, flow_scope, node):
|
||||
|
||||
|
||||
def _check_if(value, node):
|
||||
with execution_allowed(value.infer_state, node) as allowed:
|
||||
with execution_allowed(value.inference_state, node) as allowed:
|
||||
if not allowed:
|
||||
return UNSURE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user