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

File dict.rs

crates/vm/src/builtins/dict.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::{
2 IterStatus, PositionIterInternal, PyBaseExceptionRef, PyGenericAlias, PyMappingProxy, PySet,
3 PyStr, PyStrRef, PyTupleRef, PyType, PyTypeRef, set::PySetInner,
4};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected