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

Method pop_value

crates/vm/src/frame.rs:9372–9374  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

9370 #[inline]
9371 #[track_caller]
9372 fn pop_value(&mut self) -> PyObjectRef {
9373 self.pop_stackref().to_pyobj()
9374 }
9375
9376 fn call_intrinsic_1(
9377 &mut self,

Callers 15

execute_instructionMethod · 0.80
execute_instrumentedMethod · 0.80
importMethod · 0.80
import_starMethod · 0.80
execute_build_sliceMethod · 0.80
collect_keyword_argsMethod · 0.80
collect_ex_argsMethod · 0.80
execute_callMethod · 0.80

Calls 2

to_pyobjMethod · 0.80
pop_stackrefMethod · 0.80

Tested by

no test coverage detected