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

Method code

src/_pytest/_code/code.py:151–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149
150 @property
151 def code(self) -> Code:
152 return Code(self.raw.f_code)
153
154 @property
155 def statement(self) -> "Source":

Callers

nothing calls this directly

Calls 1

CodeClass · 0.85

Tested by

no test coverage detected