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

Method __call__

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

Source from the content-addressed store, hash-verified

343 # the first match so it works out even if we break the rules.
344 @overload
345 def __call__(self, arg: Markable) -> Markable: # type: ignore[misc]
346 pass
347
348 @overload
349 def __call__(self, *args: object, **kwargs: object) -> "MarkDecorator":

Callers

nothing calls this directly

Calls 3

with_argsMethod · 0.95
istestfuncFunction · 0.85
store_markFunction · 0.85

Tested by

no test coverage detected