MCPcopy Create free account
hub / github.com/bloomberg/pystack / first_frame

Method first_frame

src/pystack/types.py:118–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116
117 @property
118 def first_frame(self) -> Optional[PyFrame]:
119 return next(iter(self.frames), None)
120
121 @property
122 def all_frames(self) -> Iterable[PyFrame]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected