(self, pytime_converter, expected_func,
unit_to_sec=1, value_filter=None)
| 956 | pytime_converter(value, time_rnd) |
| 957 | |
| 958 | def check_int_rounding(self, pytime_converter, expected_func, |
| 959 | unit_to_sec=1, value_filter=None): |
| 960 | self._check_rounding(pytime_converter, expected_func, |
| 961 | False, unit_to_sec, value_filter) |
| 962 | |
| 963 | def check_float_rounding(self, pytime_converter, expected_func, |
| 964 | unit_to_sec=1, value_filter=None): |
no test coverage detected