Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c5758 #undef SLOTDEFINED in inherit_slots()
5765 #define SLOTDEFINED(SLOT) \ in inherit_slots() macro
5770 if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT in inherit_slots()