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 | 883 /* tp_getattro */ (getattrofunc)local_getattro,
|
D | ossaudiodev.c | 982 (getattrofunc)oss_getattro, /*tp_getattro*/
|
D | pyexpat.c | 1527 (getattrofunc)xmlparse_getattro, /* tp_getattro */
|
D | _elementtree.c | 3993 (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 | 806 (getattrofunc)module_getattro, /* tp_getattro */
|
D | typeobject.c | 3570 (getattrofunc)type_getattro, /* tp_getattro */
|
/external/python/cpython2/Objects/ |
D | classobject.c | 461 (getattrofunc)class_getattr, /* tp_getattro */ 2219 (getattrofunc)instance_getattr, /* tp_getattro */
|
D | typeobject.c | 2896 (getattrofunc)type_getattro, /* tp_getattro */
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 1679 (getattrofunc) PyObject_GenericGetAttr, /* tp_getattro */ 4708 (getattrofunc) PyObject_GenericGetAttr, /* tp_getattro */ 5394 (getattrofunc) context_getattr, /* tp_getattro */
|
/external/python/cpython3/Doc/extending/ |
D | newtypes.rst | 203 getattrofunc tp_getattro; /* PyObject * version */
|
/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/cpython2/Doc/extending/ |
D | newtypes.rst | 1128 getattrofunc tp_getattrofunc; /* PyObject * version */
|