Searched refs:new_time_ex (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 699 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex() function 722 new_time_ex(hh, mm, ss, us, tzinfo, &PyDateTime_TimeType) 3197 self = new_time_ex(hour, minute, second, usecond, tzinfo, in time_new() 4759 new_time_ex,
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 1012 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex() function 6497 new_time_ex,
|