Home
last modified time | relevance | path

Searched refs:PyWrapperDescrObject (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Objects/
Ddescrobject.c68 wrapperdescr_repr(PyWrapperDescrObject *descr) in wrapperdescr_repr()
194 wrapperdescr_get(PyWrapperDescrObject *descr, PyObject *obj, PyObject *type) in wrapperdescr_get()
499 wrapperdescr_raw_call(PyWrapperDescrObject *descr, PyObject *self, in wrapperdescr_raw_call()
519 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call()
664 wrapperdescr_get_doc(PyWrapperDescrObject *descr, void *closure) in wrapperdescr_get_doc()
670 wrapperdescr_get_text_signature(PyWrapperDescrObject *descr, void *closure) in wrapperdescr_get_text_signature()
844 sizeof(PyWrapperDescrObject),
985 PyWrapperDescrObject *descr; in PyDescr_NewWrapper()
987 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()
1257 PyWrapperDescrObject *descr;
[all …]
Dtypeobject.c7559 ((PyWrapperDescrObject *)getattribute)->d_wrapped == in slot_tp_getattr_hook()
8235 PyWrapperDescrObject *d; in update_one_slot()
8266 ((PyWrapperDescrObject *)descr)->d_base->name_strobj == p->name_strobj) { in update_one_slot()
8270 d = (PyWrapperDescrObject *)descr; in update_one_slot()
/third_party/python/Include/
Ddescrobject.h73 } PyWrapperDescrObject; typedef