Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ from
Method
from
crates/compiler-core/src/bytecode/oparg.rs:25–27 ·
view source on GitHub ↗
(raw: u8)
Source
from the content-addressed store, hash-verified
23
24
impl From<u8> for OpArgByte {
25
fn from(raw: u8) -> Self {
26
Self::new(raw)
27
}
28
}
29
30
impl From<OpArgByte> for u8 {
Callers
nothing calls this directly
Calls
3
new
Function · 0.85
as_u8
Method · 0.80
as_u32
Method · 0.80
Tested by
no test coverage detected