Home
last modified time | relevance | path

Searched refs:ternary_op (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dabstract.c961 ternary_op(PyObject *v, in ternary_op() function
1152 return ternary_op(v, w, z, NB_SLOT(nb_power), "** or pow()"); in PyNumber_Power()
1230 return ternary_op(v, w, z, op_slot, op_name); in ternary_iop()