freeipa/doc/api/Bytes.md
2025-08-12 22:28:56 +02:00

435 B

.. _Bytes:

Bytes

A parameter for binary data (stored in the str type). This class is named Bytes instead of Str so it's aligned with the Python v3 (str, unicode) => (bytes, str) clean-up. See: http://docs.python.org/3.0/whatsnew/3.0.html Also see the Str parameter.