Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ popped
Method
popped
crates/compiler-core/src/bytecode/instruction.rs:1660–1662 ·
view source on GitHub ↗
Get the popped count.
(self)
Source
from the content-addressed store, hash-verified
1658
1659
/// Get the popped count.
1660
pub const fn popped(self) -> u32 {
1661
self.popped
1662
}
1663
}
1664
1665
impl From<StackEffect> for i32 {
Callers
3
mark_stacks
Function · 0.80
optimize_load_fast_borrow
Method · 0.80
from
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected