Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_time.py876 def check_int_rounding(self, pytime_converter, expected_func, member in CPyTimeTestCase
906 self.check_int_rounding(lambda secs, rnd: PyTime_FromSeconds(secs),
918 self.check_int_rounding(
940 self.check_int_rounding(lambda ns, rnd: PyTime_AsSecondsDouble(ns),
976 self.check_int_rounding(PyTime_AsTimeval,
989 self.check_int_rounding(lambda ns, rnd: PyTime_AsTimespec(ns),
1040 self.check_int_rounding(PyTime_AsMilliseconds,
1047 self.check_int_rounding(PyTime_AsMicroseconds,
1063 self.check_int_rounding(pytime_object_to_time_t,
1089 self.check_int_rounding(pytime_object_to_timeva
[all...]

Completed in 3 milliseconds