Searched refs:_format_time (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/ |
D | datetime.py | 161 def _format_time(hh, mm, ss, us, timespec='auto'): function 1427 s = _format_time(self._hour, self._minute, self._second, 1914 _format_time(self._hour, self._minute, self._second, 2516 _format_time, _format_offset, _index, _is_leap, _isoweek1monday, _math,
|