defl/tests/test_bytes.py
2024-09-11 11:14:03 -04:00

4 lines
101 B
Python
Executable File

0b00 == int.from_bytes(bytes(1))
bytes(1) == bytearray(1)
# todo validate ememory usage of bytearray