Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Ddescrobject.c63 wrapperdescr_repr(PyWrapperDescrObject *descr) in wrapperdescr_repr()
165 wrapperdescr_get(PyWrapperDescrObject *descr, PyObject *obj, PyObject *type) in wrapperdescr_get()
341 wrapperdescr_raw_call(PyWrapperDescrObject *descr, PyObject *self, in wrapperdescr_raw_call()
361 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call()
507 wrapperdescr_get_doc(PyWrapperDescrObject *descr, void *closure) in wrapperdescr_get_doc()
513 wrapperdescr_get_text_signature(PyWrapperDescrObject *descr, void *closure) in wrapperdescr_get_text_signature()
685 sizeof(PyWrapperDescrObject),
791 PyWrapperDescrObject *descr; in PyDescr_NewWrapper()
793 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()
1016 PyWrapperDescrObject *descr;
[all …]
Dtypeobject.c6452 ((PyWrapperDescrObject *)getattribute)->d_wrapped == in slot_tp_getattr_hook()
7070 PyWrapperDescrObject *d; in update_one_slot()
7101 ((PyWrapperDescrObject *)descr)->d_base->name_strobj == p->name_strobj) { in update_one_slot()
7105 d = (PyWrapperDescrObject *)descr; in update_one_slot()
/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/cpython2/Include/
Ddescrobject.h68 } PyWrapperDescrObject; typedef
/external/python/cpython3/Include/
Ddescrobject.h72 } PyWrapperDescrObject; typedef