File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -382,6 +382,15 @@ definition with the same method name.
382
382
Accessing attributes of extension types
383
383
---------------------------------------
384
384
385
+ .. raw:: html
386
+
387
+ <!-- Keep old URL fragments working (see gh-97908) -->
388
+ <span id='c.PyMemberDef.PyMemberDef.name'></span>
389
+ <span id='c.PyMemberDef.PyMemberDef.offset'></span>
390
+ <span id='c.PyMemberDef.PyMemberDef.type'></span>
391
+ <span id='c.PyMemberDef.PyMemberDef.flags'></span>
392
+ <span id='c.PyMemberDef.PyMemberDef.doc'></span>
393
+
385
394
.. c:type:: PyMemberDef
386
395
387
396
Structure which describes an attribute of a type which corresponds to a C
@@ -603,6 +612,15 @@ Macro name C type Python type
603
612
Defining Getters and Setters
604
613
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
605
614
615
+ .. raw:: html
616
+
617
+ <!-- Keep old URL fragments working (see gh-97908) -->
618
+ <span id='c.PyGetSetDef.PyGetSetDef.name'></span>
619
+ <span id='c.PyGetSetDef.PyGetSetDef.get'></span>
620
+ <span id='c.PyGetSetDef.PyGetSetDef.set'></span>
621
+ <span id='c.PyGetSetDef.PyGetSetDef.docstring'></span>
622
+ <span id='c.PyGetSetDef.PyGetSetDef.closure'></span>
623
+
606
624
.. c:type:: PyGetSetDef
607
625
608
626
Structure to define property-like access for a type. See also description of
Original file line number Diff line number Diff line change @@ -318,6 +318,15 @@ The following functions and structs are used to create
318
318
base classes provided in *Py_tp_base[s] * slots.
319
319
Previously, only :class: `type ` instances were returned.
320
320
321
+ .. raw :: html
322
+
323
+ <!-- Keep old URL fragments working (see gh-97908) -->
324
+ <span id =' c.PyType_Spec.PyType_Spec.name' ></span >
325
+ <span id =' c.PyType_Spec.PyType_Spec.basicsize' ></span >
326
+ <span id =' c.PyType_Spec.PyType_Spec.itemsize' ></span >
327
+ <span id =' c.PyType_Spec.PyType_Spec.flags' ></span >
328
+ <span id =' c.PyType_Spec.PyType_Spec.slots' ></span >
329
+
321
330
.. c :type :: PyType_Spec
322
331
323
332
Structure defining a type's behavior.
@@ -347,6 +356,12 @@ The following functions and structs are used to create
347
356
348
357
Each slot ID should be specified at most once.
349
358
359
+ .. raw :: html
360
+
361
+ <!-- Keep old URL fragments working (see gh-97908) -->
362
+ <span id =' c.PyType_Slot.PyType_Slot.slot' ></span >
363
+ <span id =' c.PyType_Slot.PyType_Slot.pfunc' ></span >
364
+
350
365
.. c :type :: PyType_Slot
351
366
352
367
Structure defining optional functionality of a type, containing a slot ID
You can’t perform that action at this time.
0 commit comments