Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ SubBytes
Class
SubBytes
extra_tests/snippets/builtin_bytes.py:687–688 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
685
686
687
class
SubBytes(bytes):
688
pass
689
690
691
b = SubBytes(b
"0123abc*&"
)
Callers
1
builtin_bytes.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected