mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.13] gh-46236: Document PyUnicodeIter_Type (GH-132925) (GH-133149)
gh-46236: Document `PyUnicodeIter_Type` (GH-132925)
(cherry picked from commit bba14c3e01)
# Conflicts:
# Doc/c-api/unicode.rst
This commit is contained in:
parent
dcbda412a1
commit
ff4134603a
1 changed files with 8 additions and 2 deletions
|
|
@ -68,8 +68,14 @@ Python:
|
|||
|
||||
.. c:var:: PyTypeObject PyUnicode_Type
|
||||
|
||||
This instance of :c:type:`PyTypeObject` represents the Python Unicode type. It
|
||||
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``.
|
||||
|
||||
|
||||
.. c:var:: PyTypeObject PyUnicodeIter_Type
|
||||
|
||||
This instance of :c:type:`PyTypeObject` represents the Python Unicode
|
||||
iterator type. It is used to iterate over Unicode string objects.
|
||||
|
||||
|
||||
The following APIs are C macros and static inlined functions for fast checks and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue