Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c5701 #define COPYVAL(SLOT) \ in inherit_special() macro
5704 COPYVAL(tp_itemsize); in inherit_special()
5705 COPYVAL(tp_weaklistoffset); in inherit_special()
5706 COPYVAL(tp_dictoffset); in inherit_special()
5707 #undef COPYVAL in inherit_special()