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

File memory.rs

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

Source from the content-addressed store, hash-verified

1use super::{
2 PositionIterInternal, PyBytes, PyBytesRef, PyGenericAlias, PyInt, PyListRef, PySlice, PyStr,
3 PyStrRef, PyTuple, PyTupleRef, PyType, PyTypeRef, PyUtf8StrRef, iter::builtins_iter,
4};

Callers

nothing calls this directly

Calls 4

obj_bytesMethod · 0.45
obj_bytes_mutMethod · 0.45
releaseMethod · 0.45
retainMethod · 0.45

Tested by

no test coverage detected