Home
last modified time | relevance | path

Searched refs:_PyTime (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_time.py31 class _PyTime(enum.IntEnum): class
48 (_PyTime.ROUND_FLOOR, decimal.ROUND_FLOOR),
49 (_PyTime.ROUND_CEILING, decimal.ROUND_CEILING),
50 (_PyTime.ROUND_HALF_EVEN, decimal.ROUND_HALF_EVEN),
51 (_PyTime.ROUND_UP, decimal.ROUND_UP),
1008 ts = PyTime_AsTimeval_clamp(t, _PyTime.ROUND_CEILING)

Completed in 2 milliseconds