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

Method frame

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

Source from the content-addressed store, hash-verified

254
255 @property
256 def frame(self) -> Frame:
257 return Frame(self._rawentry.tb_frame)
258
259 @property
260 def relline(self) -> int:

Callers

nothing calls this directly

Calls 1

FrameClass · 0.85

Tested by

no test coverage detected