Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ FramePtr
Class
FramePtr
crates/vm/src/vm/mod.rs:113–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
/// The pointed-to frame is kept alive by the caller of with_frame_exc/resume_gen_frame.
112
#[derive(Copy, Clone)]
113
pub struct FramePtr(NonNull<Py<Frame>>);
114
115
impl FramePtr {
116
/// # Safety
Callers
2
with_frame_impl
Method · 0.85
resume_gen_frame
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected