MCPcopy Index your code
hub / github.com/RustPython/RustPython / deref

Method deref

crates/vm/src/frame.rs:639–641  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

637 /// are only mutated during single-threaded execution via `with_exec`.
638 #[inline(always)]
639 fn deref(&self) -> &InterpreterFrame {
640 unsafe { &*self.iframe.get() }
641 }
642}
643
644impl PyPayload for Frame {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected