MCPcopy Index your code
hub / github.com/RustPython/RustPython / reset

Method reset

crates/compiler-core/src/bytecode/oparg.rs:111–113  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

109
110 #[inline(always)]
111 pub const fn reset(&mut self) {
112 self.state = 0
113 }
114}
115
116/// Helper macro for defining oparg enums in an optimal way.

Callers 1

getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected