Searched refs:getattrofunc (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython2/Doc/includes/ |
D | typestruct.h | 26 getattrofunc tp_getattro;
|
/external/python/cpython3/Doc/includes/ |
D | typestruct.h | 27 getattrofunc tp_getattro;
|
/external/python/cpython3/Modules/ |
D | xxmodule.c | 117 (getattrofunc)Xxo_getattro, /*tp_getattro*/
|
D | _threadmodule.c | 889 /* tp_getattro */ (getattrofunc)local_getattro,
|
D | ossaudiodev.c | 987 (getattrofunc)oss_getattro, /*tp_getattro*/
|
D | pyexpat.c | 1529 (getattrofunc)xmlparse_getattro, /* tp_getattro */
|
D | _elementtree.c | 3867 (getattrofunc)xmlparser_getattro, /* tp_getattro */
|
/external/python/cpython2/Include/ |
D | object.h | 309 typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); typedef 349 getattrofunc tp_getattro;
|
/external/python/cpython3/Include/ |
D | object.h | 329 typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); typedef 372 getattrofunc tp_getattro;
|
/external/python/cpython2/Modules/ |
D | threadmodule.c | 511 /* tp_getattro */ (getattrofunc)local_getattro,
|
/external/python/cpython3/Objects/ |
D | moduleobject.c | 760 (getattrofunc)module_getattro, /* tp_getattro */
|
D | typeobject.c | 3373 (getattrofunc)type_getattro, /* tp_getattro */
|
/external/python/cpython2/Objects/ |
D | classobject.c | 462 (getattrofunc)class_getattr, /* tp_getattro */ 2221 (getattrofunc)instance_getattr, /* tp_getattro */
|
D | typeobject.c | 2856 (getattrofunc)type_getattro, /* tp_getattro */
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 1823 (getattrofunc) PyObject_GenericGetAttr, /* tp_getattro */ 4842 (getattrofunc) PyObject_GenericGetAttr, /* tp_getattro */ 5528 (getattrofunc) context_getattr, /* tp_getattro */
|
/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 25 freefunc, printfunc, getattrfunc, getattrofunc, setattrfunc, setattrofunc, 343 .. c:member:: getattrofunc PyTypeObject.tp_getattro
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2773 (getattrofunc)cmessage::GetAttr, // tp_getattro in CheckAndGetInteger()
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 25 freefunc, printfunc, getattrfunc, getattrofunc, setattrfunc, setattrofunc, 380 .. c:member:: getattrofunc PyTypeObject.tp_getattro
|
/external/python/cpython3/Doc/extending/ |
D | newtypes.rst | 1078 getattrofunc tp_getattro; /* PyObject * version */
|
/external/python/cpython2/Doc/extending/ |
D | newtypes.rst | 1124 getattrofunc tp_getattrofunc; /* PyObject * version */
|