``Descriptors'' are objects that describe some attribute of an object. They are found in the dictionary of type objects.
| PyTypeObject *type, PyGetSetDef *getset) | 
| PyTypeObject *type, PyMemberDef *meth) | 
| PyTypeObject *type, PyMethodDef *meth) | 
| PyTypeObject *type, struct wrapperbase *wrapper, void *wrapped) | 
| PyTypeObject *type, PyMethodDef *method) | 
| PyObject *descr) | 
| PyObject *, PyObject *) | 
See About this document... for information on suggesting changes.