Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c3537 PySlot_Offset slotoffsets = pyslot_offsets[slot->slot]; in PyType_FromModuleAndSpec() local
3538 slot_offset = slotoffsets.slot_offset; in PyType_FromModuleAndSpec()
3539 if (slotoffsets.subslot_offset == -1) { in PyType_FromModuleAndSpec()
3543 subslot_offset = slotoffsets.subslot_offset; in PyType_FromModuleAndSpec()