Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ IsShim
Method
IsShim
src/pystack/_pystack/pyframe.cpp:196–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
bool
197
FrameObject::IsShim() const
198
{
199
return this->d_is_shim;
200
}
201
202
} // namespace pystack
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected