We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyUnicodeIter_Type
1 parent 59ff421 commit bba14c3Copy full SHA for bba14c3
Doc/c-api/unicode.rst
@@ -33,8 +33,14 @@ Python:
33
34
.. c:var:: PyTypeObject PyUnicode_Type
35
36
- This instance of :c:type:`PyTypeObject` represents the Python Unicode type. It
37
- is exposed to Python code as :py:class:`str`.
+ This instance of :c:type:`PyTypeObject` represents the Python Unicode type.
+ It is exposed to Python code as :py:class:`str`.
38
+
39
40
+.. c:var:: PyTypeObject PyUnicodeIter_Type
41
42
+ This instance of :c:type:`PyTypeObject` represents the Python Unicode
43
+ iterator type. It is used to iterate over Unicode string objects.
44
45
46
.. c:type:: Py_UCS4
0 commit comments