Searched defs:usecond (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/ |
D | datetime.h | 234 #define PyTime_FromTime(hour, minute, second, usecond) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
/third_party/python/Modules/ |
D | _datetimemodule.c | 892 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2() 926 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex() 938 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_fold_ex() 963 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_ex() 972 new_time_ex2(int hour, int minute, int second, int usecond, in new_time_ex2() 1003 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex() 4186 int usecond = 0; in time_new() local 4858 int usecond = 0; in datetime_new() local
|