Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h319 typedef int (*descrsetfunc) (PyObject *, PyObject *, PyObject *); typedef
/external/python/cpython3/Include/
Dobject.h338 typedef int (*descrsetfunc) (PyObject *, PyObject *, PyObject *); typedef