MCPcopy
hub / github.com/pytest-dev/pytest / __call__

Method __call__

src/_pytest/outcomes.py:136–138  ·  view source on GitHub ↗
(self, reason: str = "", allow_module_level: bool = False)

Source from the content-addressed store, hash-verified

134 Exception: ClassVar[type[Skipped]] = Skipped
135
136 def __call__(self, reason: str = "", allow_module_level: bool = False) -> NoReturn:
137 __tracebackhide__ = True
138 raise Skipped(msg=reason, allow_module_level=allow_module_level)
139
140
141skip: _Skip = _Skip()

Callers

nothing calls this directly

Calls 1

SkippedClass · 0.85

Tested by

no test coverage detected