File: Str.md

package info (click to toggle)
freeipa 4.12.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100,668 kB
  • sloc: python: 298,952; javascript: 71,606; ansic: 49,369; sh: 6,547; makefile: 2,553; xml: 343; sed: 16
file content (14 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[//]: # (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.