MCPcopy Index your code
hub / github.com/RustPython/RustPython / bytecode.rs

File bytecode.rs

crates/compiler-core/src/bytecode.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Implement python as a virtual machine with bytecode. This module
2//! implements bytecode structure.
3
4use crate::{

Callers

nothing calls this directly

Calls 1

adaptive_counter_bitsFunction · 0.85

Tested by

no test coverage detected