Searched refs:ternary_op (Results 1 – 1 of 1) sorted by relevance
961 ternary_op(PyObject *v, in ternary_op() function1152 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()