Searched refs:as_sequence (Results 1 – 2 of 2) sorted by relevance
421 PySequenceMethods as_sequence; /* as_sequence comes after as_mapping, member
2366 type->tp_as_sequence = &et->as_sequence; in type_new()5950 ETSLOT(NAME, as_sequence.SLOT, FUNCTION, WRAPPER, DOC)6181 if ((size_t)offset >= offsetof(PyHeapTypeObject, as_sequence)) {6183 offset -= offsetof(PyHeapTypeObject, as_sequence);