Home
last modified time | relevance | path

Searched defs:PyStructSequence_SET_ITEM (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dstructseq.h35 #define PyStructSequence_SET_ITEM(op, i, v) \ macro
/external/python/cpython3/Include/
Dstructseq.h38 #define PyStructSequence_SET_ITEM(op, i, v) PyTuple_SET_ITEM(op, i, v) macro