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

Method _get_wrapped_function

src/_pytest/fixtures.py:1430–1431  ·  src/_pytest/fixtures.py::FixtureFunctionDefinition._get_wrapped_function
(self)

Source from the content-addressed store, hash-verified

1428 fail(message, pytrace=False)
1429
1430 def _get_wrapped_function(self) -> Callable[..., Any]:
1431 return self._fixture_function
1432
1433
1434@overload

Callers 3

parsefactoriesMethod · 0.80
test_get_real_funcFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_get_real_funcFunction · 0.64