Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dabstract.c1278 binary_iop1(PyObject *v, PyObject *w, const int iop_slot, const int op_slot) argument
1282 binaryfunc slot = NB_BINOP(mv, iop_slot);
1295 binary_iop(PyObject *v, PyObject *w, const int iop_slot, const int op_slot, argument
1298 PyObject *result = binary_iop1(v, w, iop_slot, op_slot);