Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c404 check_time_args(int h, int m, int s, int us) in check_time_args() function
3189 if (check_time_args(hour, minute, second, usecond) < 0) in time_new()
3721 if (check_time_args(hour, minute, second, usecond) < 0) in datetime_new()