Searched refs:check_time_args (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 404 check_time_args(int h, int m, int s, int us) in check_time_args() function 3193 if (check_time_args(hour, minute, second, usecond) < 0) in time_new() 3724 if (check_time_args(hour, minute, second, usecond) < 0) in datetime_new()
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 442 check_time_args(int h, int m, int s, int us, int fold) in check_time_args() function 909 if (check_time_args(hour, minute, second, usecond, fold) < 0) { in new_datetime_ex2() 987 if (check_time_args(hour, minute, second, usecond, fold) < 0) { in new_time_ex2()
|