Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ parsefactories
Method
parsefactories
src/_pytest/fixtures.py:2028–2032 · src/_pytest/fixtures.py::FixtureManager.parsefactories
( self, node_or_obj: nodes.Node, )
Source
from the content-addressed store, hash-verified
2026
2027
@overload
2028
def
parsefactories(
2029
self,
2030
node_or_obj: nodes.Node,
2031
) -> None:
2032
raise
NotImplementedError()
2033
2034
@overload
2035
@deprecated(
Callers
7
pytest_plugin_registered
Method · 0.95
pytest_make_collect_report
Method · 0.95
_flush_pending_conftests_to_session
Method · 0.95
collect
Method · 0.80
collect
Method · 0.80
collect
Method · 0.80
collect
Method · 0.80
Calls
5
_register_fixture
Method · 0.95
safe_isclass
Function · 0.90
safe_getattr
Function · 0.90
_get_wrapped_function
Method · 0.80
warn
Method · 0.45
Tested by
2
collect
Method · 0.64
collect
Method · 0.64