Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c5761 #undef COPYSEQ in inherit_slots()
5774 #define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT) in inherit_slots() macro
5835 COPYSEQ(sq_length); in inherit_slots()
5836 COPYSEQ(sq_concat); in inherit_slots()
5837 COPYSEQ(sq_repeat); in inherit_slots()
5838 COPYSEQ(sq_item); in inherit_slots()
5839 COPYSEQ(sq_ass_item); in inherit_slots()
5840 COPYSEQ(sq_contains); in inherit_slots()
5841 COPYSEQ(sq_inplace_concat); in inherit_slots()
5842 COPYSEQ(sq_inplace_repeat); in inherit_slots()