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

File ir.rs

crates/codegen/src/ir.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use alloc::collections::VecDeque;
2use core::ops;
3
4use crate::{IndexMap, IndexSet, error::InternalError};

Callers

nothing calls this directly

Calls 1

newFunction · 0.85

Tested by

no test coverage detected