Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_instruction
Method · 0.80
execute_instrumented
Method · 0.80
import
Method · 0.80
import_star
Method · 0.80
execute_store_subscript
Method · 0.80
execute_delete_subscript
Method · 0.80
execute_build_slice
Method · 0.80
collect_keyword_args
Method · 0.80
collect_ex_args
Method · 0.80
execute_call_kw_vectorcall
Method · 0.80
execute_call
Method · 0.80
execute_call_instrumented
Method · 0.80
Calls
2
to_pyobj
Method · 0.80
pop_stackref
Method · 0.80
Tested by
no test coverage detected