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

Method frames

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

Source from the content-addressed store, hash-verified

112
113 @property
114 def frames(self) -> Iterable[PyFrame]:
115 yield from filter(lambda frame: not frame.is_shim, self.all_frames)
116
117 @property
118 def first_frame(self) -> Optional[PyFrame]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected