Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddatetime.h217 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
218 PyDateTimeAPI->Time_FromTime(hour, minute, second, usecond, \
/external/python/cpython2/Doc/c-api/
Ddatetime.rst108 …teTime_FromDateAndTime(int year, int month, int day, int hour, int minute, int second, int usecond)
116 .. c:function:: PyObject* PyTime_FromTime(int hour, int minute, int second, int usecond)
/external/python/cpython2/Modules/
Ddatetimemodule.c672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex() argument
684 DATE_SET_MICROSECOND(self, usecond); in new_datetime_ex()
699 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex() argument
712 TIME_SET_MICROSECOND(self, usecond); in new_time_ex()
3149 int usecond = 0; in time_new() local
3187 &hour, &minute, &second, &usecond, in time_new()
3189 if (check_time_args(hour, minute, second, usecond) < 0) in time_new()
3193 self = new_time_ex(hour, minute, second, usecond, tzinfo, in time_new()
3679 int usecond = 0; in datetime_new() local
3718 &second, &usecond, &tzinfo)) { in datetime_new()
[all …]
/external/python/cpython2/Doc/data/
Drefcounts.dat170 PyDateTime_FromDateAndTime:int:usecond::
1363 PyTime_FromTime:int:usecond::