File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -382,15 +382,6 @@ 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
-
394
385
.. c:type:: PyMemberDef
395
386
396
387
Structure which describes an attribute of a type which corresponds to a C
@@ -612,15 +603,6 @@ Macro name C type Python type
612
603
Defining Getters and Setters
613
604
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
614
605
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
-
624
606
.. c:type:: PyGetSetDef
625
607
626
608
Structure to define property-like access for a type. See also description of
You can’t perform that action at this time.
0 commit comments