Home
last modified time | relevance | path

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

/third_party/python/Lib/
Ddatetime.py320 def _parse_isoformat_time(tstr): function
1443 return cls(*_parse_isoformat_time(time_string))
1737 time_components = _parse_isoformat_time(tstr)
2518 _divide_and_round, _parse_isoformat_date, _parse_isoformat_time,