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

File structseq.rs

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

Source from the content-addressed store, hash-verified

1use crate::common::lock::LazyLock;
2use crate::{
3 AsObject, Py, PyObject, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine, atomic_func,
4 builtins::{PyBaseExceptionRef, PyStr, PyStrRef, PyTuple, PyTupleRef, PyType, PyTypeRef},

Callers

nothing calls this directly

Calls 5

newFunction · 0.85
to_vecMethod · 0.80
new_tupleMethod · 0.45
to_ownedMethod · 0.45
classMethod · 0.45

Tested by

no test coverage detected