Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Doperator.c232 #define spam2(OP,ALTOP,DOC) {#OP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, \ argument
233 {#ALTOP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)},
235 #define spam2o(OP,ALTOP,DOC) {#OP, op_##OP, METH_O, PyDoc_STR(DOC)}, \ argument
236 {#ALTOP, op_##OP, METH_O, PyDoc_STR(DOC)},