Home
last modified time | relevance | path

Searched defs:getattrfunc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dobject.h181 typedef PyObject *(*getattrfunc)(PyObject *, char *); typedef
/external/python/cpython2/Include/
Dobject.h308 typedef PyObject *(*getattrfunc)(PyObject *, char *); typedef