Searched refs:getattrofunc (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Doc/includes/ |
D | typestruct.h | 27 getattrofunc tp_getattro;
|
/third_party/python/Modules/ |
D | xxmodule.c | 120 (getattrofunc)Xxo_getattro, /*tp_getattro*/
|
D | _threadmodule.c | 969 {Py_tp_getattro, (getattrofunc)local_getattro},
|
/third_party/python/Include/cpython/ |
D | object.h | 217 getattrofunc tp_getattro;
|
/third_party/python/Include/ |
D | object.h | 203 typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); typedef
|
/third_party/python/Objects/ |
D | moduleobject.c | 930 (getattrofunc)module_getattro, /* tp_getattro */
|
D | typeobject.c | 4342 (getattrofunc)type_getattro, /* tp_getattro */
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 839 type,getattrofunc,3.2,
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 1823 (getattrofunc) PyObject_GenericGetAttr, /* tp_getattro */ 4857 (getattrofunc) PyObject_GenericGetAttr, /* tp_getattro */ 5543 (getattrofunc) context_getattr, /* tp_getattro */
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 76 …| :c:member:`~PyTypeObject.tp_getattro` | :c:type:`getattrofunc` | __getattrib… 373 | :c:type:`getattrofunc` | .. line-block:: | :c:type:`PyObject` * | 942 .. c:member:: getattrofunc PyTypeObject.tp_getattro 2515 .. c:type:: PyObject *(*getattrofunc)(PyObject *self, PyObject *attr)
|
/third_party/python/Misc/ |
D | stable_abi.txt | 236 typedef getattrofunc
|
/third_party/python/Doc/extending/ |
D | newtypes.rst | 217 getattrofunc tp_getattro; /* PyObject * version */
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 515 (getattrofunc)message_meta::GetAttr, // tp_getattro
|