Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
use alloc::collections::VecDeque;
2
use core::ops;
3
4
use crate::{IndexMap, IndexSet, error::InternalError};
Callers
nothing calls this directly
Calls
1
new
Function · 0.85
Tested by
no test coverage detected