Searched defs:Py_MIN (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro

Completed in 148 milliseconds