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

15 lines
445 B
Markdown

[//]: # (THE CONTENT BELOW IS GENERATED. DO NOT EDIT.)
.. _Str:
# Str
[//]: # (ADD YOUR NOTES BELOW. THESE WILL BE PICKED EVERY TIME THE DOCS ARE REGENERATED. //end)
A parameter for Unicode text (stored in the ``unicode`` type).
This class is named `Str` instead of `Unicode` 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 `Bytes` parameter.