Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ mark_rewrite
Method
mark_rewrite
src/_pytest/assertion/__init__.py:116–117 ·
view source on GitHub ↗
(self, *names: str)
Source
from the content-addressed store, hash-verified
114
""
"A no-op import hook for when rewriting is disabled."
""
115
116
def
mark_rewrite(self, *names: str) -> None:
117
pass
118
119
120
class
AssertionState:
Callers
1
register_assert_rewrite
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected