MCPcopy Index your code
hub / github.com/python/cpython / ByteArraySubclass

Class ByteArraySubclass

Lib/test/test_bytes.py:2482–2486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2480
2481
2482class ByteArraySubclass(bytearray):
2483 class Nested(bytearray):
2484 pass
2485 class Ŭñıçöđë(bytearray):
2486 pass
2487
2488class ByteArraySubclassWithSlots(bytearray):
2489 __slots__ = ('x', 'y', '__dict__')

Callers 2

test_resizeMethod · 0.70
test_bytearray_reprMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_resizeMethod · 0.56
test_bytearray_reprMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…