MCPcopy Index your code
hub / github.com/python/cpython / test_AsMicroseconds

Method test_AsMicroseconds

Lib/test/test_time.py:1121–1126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
1129class TestOldPyTime(CPyTimeTestCase, unittest.TestCase):

Callers

nothing calls this directly

Calls 2

check_int_roundingMethod · 0.80

Tested by

no test coverage detected