Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddatetime.py409 def _check_time_fields(hour, minute, second, microsecond, fold): function
1213 hour, minute, second, microsecond, fold = _check_time_fields(
1536 hour, minute, second, microsecond, fold = _check_time_fields(
2461 _check_date_fields, _check_int_field, _check_time_fields,