8000
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 dcbda41 commit ff41346Copy full SHA for ff41346
Doc/c-api/unicode.rst
@@ -68,8 +68,14 @@ Python:
68
69
.. c:var:: PyTypeObject PyUnicode_Type
70
71
- This instance of :c:type:`PyTypeObject` represents the Python Unicode type. It
72
- is exposed to Python code as ``str``.
+ This instance of :c:type:`PyTypeObject` represents the Python Unicode type.
+ It is exposed to Python code as ``str``.
73
+
74
75
+.. c:var:: PyTypeObject PyUnicodeIter_Type
76
77
+ This instance of :c:type:`PyTypeObject` represents the Python Unicode
78
+ iterator type. It is used to iterate over Unicode string objects.
79
80
81
The following APIs are C macros and static inlined functions for fast checks and
0 commit comments