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

/external/python/cpython2/Include/
H A Dobject.h135 typedef PyObject * (*ternaryfunc)(PyObject *, PyObject *, PyObject *); typedef
234 ternaryfunc nb_power;
257 ternaryfunc nb_inplace_power;
347 ternaryfunc tp_call;

Completed in 89 milliseconds