Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ B
Class
B
extra_tests/snippets/builtin_bytearray.py:45–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
class
B(bytearray):
46
pass
47
48
49
assert repr(B()) ==
"B(b'')"
Callers
1
builtin_bytearray.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected