MCPcopy Create free account
hub / github.com/pytest-dev/pytest / func

Function func

src/_pytest/doctest.py:571–572  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

569 """Used by DoctestTextfile and DoctestItem to setup fixture information."""
570
571 def func() -> None:
572 pass
573
574 doctest_item.funcargs = {} # type: ignore[attr-defined]
575 fm = doctest_item.session._fixturemanager

Callers 6

warnsFunction · 0.70
on_rm_rf_errorFunction · 0.70
from_callMethod · 0.70
finishMethod · 0.70
raisesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected