Searched defs:Py_MIN (Results 1 – 5 of 5) sorted by relevance
27 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro