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

File range.rs

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

Source from the content-addressed store, hash-verified

1use super::{
2 PyGenericAlias, PyInt, PyIntRef, PySlice, PyTupleRef, PyType, PyTypeRef, builtins_iter,
3 tuple::tuple_hash,
4};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected