Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c3872 #undef COPYMAP
3884 #define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT) macro
3959 COPYMAP(mp_length);
3960 COPYMAP(mp_subscript);
3961 COPYMAP(mp_ass_subscript);