Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_u32
Method
as_u32
crates/compiler-core/src/bytecode/oparg.rs:891–893 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
889
890
#[must_use]
891
pub const fn as_u32(&self) -> u32 {
892
self.as_u8() as u32
893
}
894
}
895
896
impl From<ResumeLocation> for u8 {
Callers
11
execute_instrumented
Method · 0.80
jump
Method · 0.80
for_iter_jump_target
Method · 0.80
for_iter_jump_on_exhausted
Method · 0.80
finalize_code
Method · 0.80
peephole_optimize
Method · 0.80
label_exception_targets
Function · 0.80
new
Method · 0.80
location
Method · 0.80
is_exception_depth1
Method · 0.80
from
Method · 0.80
Calls
1
as_u8
Method · 0.80
Tested by
no test coverage detected