Home
last modified time | relevance | path

Searched refs:FLSLOT (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dtypeobject.c7859 #undef FLSLOT
7873 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ macro
7915 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)(void(*)(void))wrap_call,
7951 FLSLOT("__init__", tp_init, slot_tp_init, (wrapperfunc)(void(*)(void))wrap_init,