MCPcopy Create free account
hub / github.com/pytest-dev/pytest / __call__

Method __call__

src/_pytest/mark/structures.py:424–425  ·  view source on GitHub ↗
(self, arg: Markable)

Source from the content-addressed store, hash-verified

422 class _XfailMarkDecorator(MarkDecorator):
423 @overload # type: ignore[override,misc]
424 def __call__(self, arg: Markable) -> Markable:
425 ...
426
427 @overload
428 def __call__(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected