Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ class
Method
class
crates/vm/src/builtins/bytearray.rs:64–66 ·
view source on GitHub ↗
(ctx: &Context)
Source
from the content-addressed store, hash-verified
62
63
impl PyPayload for PyByteArray {
64
fn class(ctx: &Context) -> &'static Py<PyType> {
65
ctx.types.bytearray_type
66
}
67
}
68
69
/// Fill bytearray class methods dictionary.
Callers
3
slot_str
Method · 0.45
__reduce__
Method · 0.45
repr_str
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected