File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 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.
382382Accessing attributes of extension types
383383---------------------------------------
384384
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-
394385.. c:type:: PyMemberDef
395386
396387 Structure which describes an attribute of a type which corresponds to a C
@@ -612,15 +603,6 @@ Macro name C type Python type
612603Defining Getters and Setters
613604^^^^^^^^^^^^^^^^^^^^^^^^^^^^
614605
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-
624606.. c:type:: PyGetSetDef
625607
626608 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