Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ PreviousFrame
Method
PreviousFrame
src/pystack/_pystack/pyframe.cpp:167–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
std::shared_ptr<FrameObject>
168
FrameObject::PreviousFrame()
169
{
170
return d_prev;
171
}
172
std::shared_ptr<CodeObject>
173
FrameObject::Code()
174
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected