File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ found in the dictionary of type objects.
3333
3434
3535.. c :var :: PyTypeObject PyMethodDescr_Type
36+
3637 The type object for method descriptor objects created from
3738 :c:type: `PyMethodDef ` structures. These descriptors expose C functions as
3839 methods on a type, and correspond to ``method_descriptor `` objects in the
@@ -43,6 +44,7 @@ found in the dictionary of type objects.
4344
4445
4546.. c :var :: PyTypeObject PyWrapperDescr_Type
47+
4648 The type object for wrapper descriptor objects created by
4749 :c:func: `PyDescr_NewWrapper ` and :c:func: `PyWrapper_New `. Wrapper
4850 descriptors are used internally to expose special methods implemented
@@ -87,6 +89,7 @@ Built-in descriptors
8789
8890
8991.. c :var :: PyTypeObject PyGetSetDescr_Type
92+
9093 The type object for get/set descriptor objects created from
9194 :c:type: `PyGetSetDef ` structures. These descriptors implement attributes
9295 whose value is computed by C getter and setter functions, and are used
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Dictionary Objects
4444
4545
4646.. c :var :: PyTypeObject PyDictProxy_Type
47+
4748 The type object for mapping proxy objects created by
4849 :c:func: `PyDictProxy_New ` and for the read-only ``__dict__ `` attribute
4950 of many built-in types. A :c:type: `PyDictProxy_Type ` instance provides a
You can’t perform that action at this time.
0 commit comments