Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_time.py739 OVERFLOW_SECONDS = None variable in CPyTimeTestCase
837 ns = self.OVERFLOW_SECONDS * SEC_TO_NS
867 OVERFLOW_SECONDS = math.ceil((2**63 + 1) / SEC_TO_NS) variable in TestCPyTime
985 OVERFLOW_SECONDS = 2 ** 64 variable in TestOldPyTime