Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_time.py31 class _PyTime(enum.IntEnum): class
44 (_PyTime.ROUND_FLOOR, decimal.ROUND_FLOOR),
45 (_PyTime.ROUND_CEILING, decimal.ROUND_CEILING),
46 (_PyTime.ROUND_HALF_EVEN, decimal.ROUND_HALF_EVEN),
47 (_PyTime.ROUND_UP, decimal.ROUND_UP),