Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c4947 #undef COPYMAP in inherit_slots()
4960 #define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT) in inherit_slots() macro
5034 COPYMAP(mp_length); in inherit_slots()
5035 COPYMAP(mp_subscript); in inherit_slots()
5036 COPYMAP(mp_ass_subscript); in inherit_slots()
/external/python/cpython2/Objects/
Dtypeobject.c3935 #undef COPYMAP
3947 #define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT) macro
4022 COPYMAP(mp_length);
4023 COPYMAP(mp_subscript);
4024 COPYMAP(mp_ass_subscript);