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

Method inner

crates/stdlib/src/_opcode.rs:53–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 }
52
53 const fn inner(self) -> AnyInstruction {
54 self.0
55 }
56
57 /// Check if opcode is valid (can be converted to an AnyInstruction)
58 #[must_use]

Callers 1

stack_effectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected