Searched refs:binary_iop1 (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | abstract.c | 1172 binary_iop1(PyObject *v, PyObject *w, const int iop_slot, const int op_slot in binary_iop1() function 1198 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot) 1200 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_nam…
|