Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c88 #define SET_TD_MICROSECONDS(o, v) ((o)->microseconds = (v)) macro
749 SET_TD_MICROSECONDS(self, microseconds); in new_delta_ex()