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

Method __init__

src/_pytest/mark/structures.py:307–310  ·  view source on GitHub ↗

:meta private:

(self, mark: Mark, *, _ispytest: bool = False)

Source from the content-addressed store, hash-verified

305 mark: Mark
306
307 def __init__(self, mark: Mark, *, _ispytest: bool = False) -> None:
308 """:meta private:"""
309 check_ispytest(_ispytest)
310 self.mark = mark
311
312 @property
313 def name(self) -> str:

Callers

nothing calls this directly

Calls 1

check_ispytestFunction · 0.90

Tested by

no test coverage detected