MCPcopy
hub / github.com/pytest-dev/pytest / _recompute_direct_params_indices

Method _recompute_direct_params_indices

src/_pytest/python.py:1522–1526  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1520 )
1521
1522 def _recompute_direct_params_indices(self) -> None:
1523 for argname, param_type in self._params_directness.items():
1524 if param_type == "direct":
1525 for i, callspec in enumerate(self._calls):
1526 callspec.indices[argname] = i
1527
1528
1529def _find_parametrized_scope(

Callers 1

_genfunctionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected