MCPcopy
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

collectMethod · 0.80
collectMethod · 0.80
collectMethod · 0.80
collectMethod · 0.80

Calls 5

_register_fixtureMethod · 0.95
safe_isclassFunction · 0.90
safe_getattrFunction · 0.90
_get_wrapped_functionMethod · 0.80
warnMethod · 0.45

Tested by 2

collectMethod · 0.64
collectMethod · 0.64