MCPcopy
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
109class RewriteHook(Protocol):
110 def mark_rewrite(self, *names: str) -> None: ...
111
112
113class DummyRewriteHook:

Callers 2

import_pluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected