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

Method setUp

Lib/test/test_asyncio/test_futures.py:810–812  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

808class BaseFutureDoneCallbackTests():
809
810 def setUp(self):
811 super().setUp()
812 self.loop = self.new_test_loop()
813
814 def run_briefly(self):
815 test_utils.run_briefly(self.loop)

Callers

nothing calls this directly

Calls 3

superClass · 0.85
new_test_loopMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected