Thanks to visit codestin.com Credit goes to github.com
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.
1 parent eb27c9a commit 42a86dfCopy full SHA for 42a86df
1 file changed
Doc/c-api/structures.rst
@@ -419,15 +419,15 @@ Accessing attributes of extension types
419
420
The string should be static, no copy is made of it.
421
422
- .. c:member:: Py_ssize_t offset
423
-
424
- The offset in bytes that the member is located on the type’s object struct.
425
426
.. c:member:: int type
427
428
The type of the member in the C struct.
429
See :ref:`PyMemberDef-types` for the possible values.
430
+ .. c:member:: Py_ssize_t offset
+
+ The offset in bytes that the member is located on the type’s object struct.
431
.. c:member:: int flags
432
433
Zero or more of the :ref:`PyMemberDef-flags`, combined using bitwise OR.
0 commit comments