Searched defs:ALTOP (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | operator.c | 232 #define spam2(OP,ALTOP,DOC) {#OP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, \ argument 235 #define spam2o(OP,ALTOP,DOC) {#OP, op_##OP, METH_O, PyDoc_STR(DOC)}, \ argument
|