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 |
| 49 | def deprecated_call( |
| 50 | *, match: str | re.Pattern[str] | None = ... |
| 51 | ) -> WarningsRecorder: ... |
| 52 | |
| 53 | |
| 54 | @overload |
Callers
nothing calls this directly
Tested by
no test coverage detected