Searched refs:SET_MONTH (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Ddatetimemodule.c56 #define SET_MONTH(o, v) (PyDateTime_GET_MONTH(o) = (v)) macro
646 SET_MONTH(self, m);
/external/python/cpython3/Modules/
H A D_datetimemodule.c64 #define SET_MONTH(o, v) (PyDateTime_GET_MONTH(o) = (v)) macro
662 SET_MONTH(self, m);

Completed in 165 milliseconds