Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ A
Class
A
extra_tests/snippets/builtin_bytes.py:663–665 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
661
662
663
class
A:
664
def
__bytes__(self):
665
return
b
"bytess"
666
667
668
assert bytes(A()) == b
"bytess"
Callers
1
builtin_bytes.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected