Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ bytes.rs
File
bytes.rs
crates/vm/src/builtins/bytes.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use super::{
2
PositionIterInternal, PyDictRef, PyGenericAlias, PyIntRef, PyStrRef, PyTuple, PyTupleRef,
3
PyType, PyTypeRef, iter::builtins_iter,
4
};
Callers
nothing calls this directly
Calls
1
as_bytes
Method · 0.45
Tested by
no test coverage detected