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

Method __init__

src/_pytest/mark/expression.py:198–199  ·  view source on GitHub ↗
(self, code: types.CodeType)

Source from the content-addressed store, hash-verified

196 __slots__ = ("code",)
197
198 def __init__(self, code: types.CodeType) -> None:
199 self.code = code
200
201 @classmethod
202 def compile(self, input: str) -> "Expression":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected