MCPcopy 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)]
113pub struct FramePtr(NonNull<Py<Frame>>);
114
115impl FramePtr {
116 /// # Safety

Callers 2

with_frame_implMethod · 0.85
resume_gen_frameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected