ID EN
Typing

ByteString

Python 3.11

This type represents the types bytes, bytearray, and memoryview of byte sequences.

Syntax

PYTHON
class typing.ByteString(Sequence[int])

See Also

bytes bytearray memoryview