Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpytime.c574 _PyTime_t secs, secs2; in _PyTime_AsTimevalStruct_impl() local
587 secs2 = (_PyTime_t)tv->tv_sec; in _PyTime_AsTimevalStruct_impl()
588 if (res < 0 || secs2 != secs) { in _PyTime_AsTimevalStruct_impl()
/external/python/cpython3/Lib/
Ddatetime.py2052 secs2 = other._second + other._minute * 60 + other._hour * 3600
2054 secs1 - secs2,