MCPcopy Index your code
hub / github.com/RustPython/RustPython / MissingBytes

Class MissingBytes

Lib/test/test_long.py:1592–1592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1590 def __bytes__(self):
1591 return 'abc'
1592 class MissingBytes: ...
1593 class RaisingBytes:
1594 def __bytes__(self):
1595 1 / 0

Callers 1

test_from_bytesMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_from_bytesMethod · 0.68