Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddatetime.py319 def _parse_isoformat_time(tstr): function
1474 return cls(*_parse_isoformat_time(time_string))
1768 time_components = _parse_isoformat_time(tstr)
2549 _divide_and_round, _parse_isoformat_date, _parse_isoformat_time,