Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddescrobject.c53 wrapperdescr_repr(PyWrapperDescrObject *descr) in wrapperdescr_repr()
155 wrapperdescr_get(PyWrapperDescrObject *descr, PyObject *obj, PyObject *type) in wrapperdescr_get()
306 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call()
401 wrapperdescr_get_doc(PyWrapperDescrObject *descr, void *closure) in wrapperdescr_get_doc()
575 sizeof(PyWrapperDescrObject),
678 PyWrapperDescrObject *descr; in PyDescr_NewWrapper()
680 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()
935 PyWrapperDescrObject *descr;
1098 PyWrapperDescrObject *descr; in PyWrapper_New()
1101 descr = (PyWrapperDescrObject *)d; in PyWrapper_New()
Dtypeobject.c5691 ((PyWrapperDescrObject *)getattribute)->d_wrapped ==
6318 PyWrapperDescrObject *d;
6339 ((PyWrapperDescrObject *)descr)->d_base->name_strobj == p->name_strobj) {
6343 d = (PyWrapperDescrObject *)descr;
/external/python/cpython3/Objects/
Ddescrobject.c68 wrapperdescr_repr(PyWrapperDescrObject *descr) in wrapperdescr_repr()
194 wrapperdescr_get(PyWrapperDescrObject *descr, PyObject *obj, PyObject *type) in wrapperdescr_get()
501 wrapperdescr_raw_call(PyWrapperDescrObject *descr, PyObject *self, in wrapperdescr_raw_call()
521 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call()
666 wrapperdescr_get_doc(PyWrapperDescrObject *descr, void *closure) in wrapperdescr_get_doc()
672 wrapperdescr_get_text_signature(PyWrapperDescrObject *descr, void *closure) in wrapperdescr_get_text_signature()
846 sizeof(PyWrapperDescrObject),
987 PyWrapperDescrObject *descr; in PyDescr_NewWrapper()
989 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()
1254 PyWrapperDescrObject *descr;
[all …]
Dtypeobject.c6776 ((PyWrapperDescrObject *)getattribute)->d_wrapped == in slot_tp_getattr_hook()
7452 PyWrapperDescrObject *d; in update_one_slot()
7483 ((PyWrapperDescrObject *)descr)->d_base->name_strobj == p->name_strobj) { in update_one_slot()
7487 d = (PyWrapperDescrObject *)descr; in update_one_slot()
/external/python/cpython2/Include/
Ddescrobject.h68 } PyWrapperDescrObject; typedef
/external/python/cpython3/Include/
Ddescrobject.h73 } PyWrapperDescrObject; typedef