(self)
| 1119 | NS_TO_SEC) |
| 1120 | |
| 1121 | def test_AsMicroseconds(self): |
| 1122 | from _testinternalcapi import _PyTime_AsMicroseconds |
| 1123 | |
| 1124 | self.check_int_rounding(_PyTime_AsMicroseconds, |
| 1125 | self.create_decimal_converter(US_TO_NS), |
| 1126 | NS_TO_SEC) |
| 1127 | |
| 1128 | |
| 1129 | class TestOldPyTime(CPyTimeTestCase, unittest.TestCase): |
nothing calls this directly
no test coverage detected