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

Method __call__

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

Source from the content-addressed store, hash-verified

395 # the first match so it works out even if we break the rules.
396 @overload
397 def __call__(self, arg: Markable) -> Markable: # type: ignore[overload-overlap]
398 pass
399
400 @overload
401 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