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

File sequence.rs

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

Source from the content-addressed store, hash-verified

1use crate::{
2 AsObject, PyObject, PyObjectRef, PyResult,
3 builtins::PyIntRef,
4 function::OptionalArg,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected