D | typeobject.c | 7045 #define SLOT0(FUNCNAME, OPSTR) \ argument 7050 _Py_static_string(id, OPSTR); \ 7054 #define SLOT1(FUNCNAME, OPSTR, ARG1TYPE) \ argument 7059 _Py_static_string(id, OPSTR); \ 7096 #define SLOT1BINFULL(FUNCNAME, TESTFUNC, SLOTNAME, OPSTR, ROPSTR) \ argument 7102 _Py_static_string(op_id, OPSTR); \ 7141 #define SLOT1BIN(FUNCNAME, SLOTNAME, OPSTR, ROPSTR) \ argument 7142 SLOT1BINFULL(FUNCNAME, FUNCNAME, SLOTNAME, OPSTR, ROPSTR)
|