Lines Matching refs:spam1
13 #define spam1(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \ macro
97 spam1(op_neg , PyNumber_Negative) in spami()
98 spam1(op_pos , PyNumber_Positive) in spami()
99 spam1(op_abs , PyNumber_Absolute) in spami()
100 spam1(op_inv , PyNumber_Invert) in spami()
101 spam1(op_invert , PyNumber_Invert) in spami()
227 #undef spam1
231 #define spam1(OP,DOC) {#OP, OP, METH_VARARGS, PyDoc_STR(DOC)}, macro
376 spam1(sequenceIncludes,
378 spam1(indexOf,
380 spam1(countOf,
385 spam1(is_, "is_(a, b) -- Same as a is b.")
386 spam1(is_not, "is_not(a, b) -- Same as a is not b.")