MCPcopy 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
663class A:
664 def __bytes__(self):
665 return b"bytess"
666
667
668assert bytes(A()) == b"bytess"

Callers 1

builtin_bytes.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected