Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
parsefactories
Method · 0.80
test_get_real_func
Function · 0.80
test_source_with_decorator
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_get_real_func
Function · 0.64
test_source_with_decorator
Function · 0.64