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

/external/python/cpython2/Include/
H A Dobject.h319 typedef int (*descrsetfunc) (PyObject *, PyObject *, PyObject *); typedef
386 descrsetfunc tp_descr_set;
/external/python/cpython3/Include/
H A Dobject.h338 typedef int (*descrsetfunc) (PyObject *, PyObject *, PyObject *); typedef
408 descrsetfunc tp_descr_set;

Completed in 101 milliseconds