Searched defs:op_slot (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | abstract.c | 930 binary_op(PyObject *v, PyObject *w, const int op_slot, const char *op_name) in binary_op() argument 963 ternary_op(PyObject *v, PyObject *w, PyObject *z, const int op_slot, const char *op_name ) ternary_op() argument 1212 binary_iop(PyObject *v, PyObject *w, const int iop_slot, const int op_slot, const char *op_name) binary_iop() argument 1224 ternary_iop(PyObject *v, PyObject *w, PyObject *z, const int iop_slot, const int op_slot, const char *op_name) ternary_iop() argument [all...] |
Completed in 4 milliseconds