Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddatetime.py428 def _check_time_fields(hour, minute, second, microsecond, fold): function
1296 hour, minute, second, microsecond, fold = _check_time_fields(
1621 hour, minute, second, microsecond, fold = _check_time_fields(
2544 _check_date_fields, _check_int_field, _check_time_fields,