Home
last modified time | relevance | path

Searched defs:spam2 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Doperator.c16 #define spam2(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ macro
232 #define spam2(OP,ALTOP,DOC) {#OP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, \ macro