Home
last modified time | relevance | path

Searched refs:getattrofunc (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Doc/includes/
Dtypestruct.h27 getattrofunc tp_getattro;
/third_party/python/Modules/
Dxxmodule.c120 (getattrofunc)Xxo_getattro, /*tp_getattro*/
D_threadmodule.c969 {Py_tp_getattro, (getattrofunc)local_getattro},
/third_party/python/Include/cpython/
Dobject.h217 getattrofunc tp_getattro;
/third_party/python/Include/
Dobject.h203 typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); typedef
/third_party/python/Objects/
Dmoduleobject.c930 (getattrofunc)module_getattro, /* tp_getattro */
Dtypeobject.c4342 (getattrofunc)type_getattro, /* tp_getattro */
/third_party/python/Doc/data/
Dstable_abi.dat839 type,getattrofunc,3.2,
/third_party/python/Modules/_decimal/
D_decimal.c1823 (getattrofunc) PyObject_GenericGetAttr, /* tp_getattro */
4857 (getattrofunc) PyObject_GenericGetAttr, /* tp_getattro */
5543 (getattrofunc) context_getattr, /* tp_getattro */
/third_party/python/Doc/c-api/
Dtypeobj.rst76 …| :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/
Dstable_abi.txt236 typedef getattrofunc
/third_party/python/Doc/extending/
Dnewtypes.rst217 getattrofunc tp_getattro; /* PyObject * version */
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc515 (getattrofunc)message_meta::GetAttr, // tp_getattro