Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c104 #define TIME_GET_MICROSECOND PyDateTime_TIME_GET_MICROSECOND macro
1558 sprintf(freplacement, "%06d", TIME_GET_MICROSECOND(object)); in make_freplacement()
4171 return PyLong_FromLong(TIME_GET_MICROSECOND(self)); in time_microsecond()
4341 int us = TIME_GET_MICROSECOND(self); in time_repr()
4373 int us = TIME_GET_MICROSECOND(self); in time_isoformat()
4516 diff = TIME_GET_MICROSECOND(self) - in time_richcompare()
4517 TIME_GET_MICROSECOND(other); in time_richcompare()
4548 TIME_GET_MICROSECOND(self), in time_hash()
4575 microseconds = TIME_GET_MICROSECOND(self); in time_hash()
4603 int us = TIME_GET_MICROSECOND(sel in time_replace()
[all...]

Completed in 7 milliseconds