Searched refs:as_sequence (Results 1 – 3 of 3) sorted by relevance
283 PySequenceMethods as_sequence; /* as_sequence comes after as_mapping, member
2756 type->tp_as_sequence = &et->as_sequence; in type_new_alloc()3491 type->tp_as_sequence = &res->as_sequence; in PyType_FromModuleAndSpec()7882 ETSLOT(NAME, as_sequence.SLOT, FUNCTION, WRAPPER, DOC)8107 if ((size_t)offset >= offsetof(PyHeapTypeObject, as_sequence)) { in slotptr()8109 offset -= offsetof(PyHeapTypeObject, as_sequence); in slotptr()
939 PySequenceMethods as_sequence; member