mirror of https://github.com/python/cpython
gh-124182: Explain naming rules for struct sequence types (#124335)
This commit is contained in:
parent
51d426dc03
commit
3287c834e5
|
@ -167,7 +167,8 @@ type.
|
||||||
|
|
||||||
.. c:member:: const char *name
|
.. 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
|
.. c:member:: const char *doc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue