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:110–110 ·
view source on GitHub ↗
(self, *names: str)
Source
from the content-addressed store, hash-verified
108
109
class
RewriteHook(Protocol):
110
def
mark_rewrite(self, *names: str) -> None: ...
111
112
113
class
DummyRewriteHook:
Callers
2
import_plugin
Method · 0.45
_mark_plugins_for_rewrite
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected