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

Method assertTimingAlmostEqual

Lib/test/_test_multiprocessing.py:318–320  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

316 start_method = None # set by install_tests_in_module_dict()
317
318 def assertTimingAlmostEqual(self, a, b):
319 if CHECK_TIMINGS:
320 self.assertAlmostEqual(a, b, 1)
321
322 def assertReturnsIfImplemented(self, value, func, *args):
323 try:

Callers 9

_kill_processMethod · 0.80
test_putMethod · 0.80
test_getMethod · 0.80
test_timeoutMethod · 0.80
test_timeoutMethod · 0.80
test_eventMethod · 0.80
test_asyncMethod · 0.80
test_async_timeoutMethod · 0.80
test_connectionMethod · 0.80

Calls 1

assertAlmostEqualMethod · 0.45

Tested by

no test coverage detected