mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
[3.12] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125056)
gh-124182: Explain naming rules for struct sequence types (GH-124335)
(cherry picked from commit 3287c834e5
)
Co-authored-by: ffelixg <142172984+ffelixg@users.noreply.github.com>
This commit is contained in:
parent
d2b307171c
commit
a62d2d3318
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,8 @@ type.
|
|||
|
||||
.. c:member:: const char *name
|
||||
|
||||
Name of the struct sequence type.
|
||||
Fully qualified name of the type; null-terminated UTF-8 encoded.
|
||||
The name must contain the module name.
|
||||
|
||||
.. c:member:: const char *doc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue