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

Method frame

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

Source from the content-addressed store, hash-verified

212
213 @property
214 def frame(self) -> Frame:
215 return Frame(self._rawentry.tb_frame)
216
217 @property
218 def relline(self) -> int:

Callers

nothing calls this directly

Calls 1

FrameClass · 0.85

Tested by

no test coverage detected