MCPcopy 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
24impl From<u8> for OpArgByte {
25 fn from(raw: u8) -> Self {
26 Self::new(raw)
27 }
28}
29
30impl From<OpArgByte> for u8 {

Callers

nothing calls this directly

Calls 3

newFunction · 0.85
as_u8Method · 0.80
as_u32Method · 0.80

Tested by

no test coverage detected