Home | History | Annotate | Download | only in protorpclite

Lines Matching refs:BYTES

566       BYTES: String of 8-bit bytes.
580 BYTES = 12
1509 VARIANTS = frozenset([Variant.BYTES])
1511 DEFAULT_VARIANT = Variant.BYTES
1513 type = bytes
1532 if isinstance(value, bytes):