Searched defs:getattrofunc (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dobject.h309 typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); typedef
349 getattrofunc tp_getattro;
/external/python/cpython3/Include/
H A Dobject.h329 typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); typedef
372 getattrofunc tp_getattro;

Completed in 186 milliseconds