infer_state -> inference_state

This commit is contained in:
Dave Halter
2019-08-16 11:44:30 +02:00
parent fffb39227e
commit 03920502c4
60 changed files with 727 additions and 727 deletions

View File

@@ -40,7 +40,7 @@ def _iter_nodes_for_param(param_name):
values = _to_callables(value, trailer)
args = TreeArguments.create_cached(
execution_value.infer_state,
execution_value.inference_state,
value=value,
argument_node=trailer.children[1],
trailer=trailer,