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

Function deprecated_call

src/_pytest/recwarn.py:49–51  ·  src/_pytest/recwarn.py::deprecated_call
(
    *, match: str | re.Pattern[str] | None = ...
)

Source from the content-addressed store, hash-verified

47
48@overload
49def deprecated_call(
50 *, match: str | re.Pattern[str] | None = ...
51) -> WarningsRecorder: ...
52
53
54@overload

Callers

nothing calls this directly

Calls 2

warnsFunction · 0.85
funcFunction · 0.50

Tested by

no test coverage detected