Searched refs:ROPSTR (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Objects/ |
D | typeobject.c | 5006 #define SLOT1BINFULL(FUNCNAME, TESTFUNC, SLOTNAME, OPSTR, ROPSTR) \ argument 5019 method_is_overloaded(self, other, ROPSTR)) { \ 5021 other, ROPSTR, &rcache_str, "(O)", self); \ 5036 other, ROPSTR, &rcache_str, "(O)", self); \ 5042 #define SLOT1BIN(FUNCNAME, SLOTNAME, OPSTR, ROPSTR) \ argument 5043 SLOT1BINFULL(FUNCNAME, FUNCNAME, SLOTNAME, OPSTR, ROPSTR)
|