Searched refs:FLSLOT (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeobject.c | 6744 #undef FLSLOT 6758 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ macro 6800 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)(void(*)(void))wrap_call, 6836 FLSLOT("__init__", tp_init, slot_tp_init, (wrapperfunc)(void(*)(void))wrap_init,
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 5993 #undef FLSLOT 6006 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ macro 6050 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)wrap_call, 6083 FLSLOT("__init__", tp_init, slot_tp_init, (wrapperfunc)wrap_init,
|