Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
use crate::common::lock::LazyLock;
2
use 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
new
Function · 0.85
to_vec
Method · 0.80
new_tuple
Method · 0.45
to_owned
Method · 0.45
class
Method · 0.45
Tested by
no test coverage detected