Home
last modified time | relevance | path

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

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