MCPcopy Create free account
hub / github.com/RustPython/RustPython / setUp

Method setUp

Lib/test/test_asyncio/test_tasks.py:3304–3308  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3302class GatherTestsBase:
3303
3304 def setUp(self):
3305 super().setUp()
3306 self.one_loop = self.new_test_loop()
3307 self.other_loop = self.new_test_loop()
3308 self.set_event_loop(self.one_loop, cleanup=False)
3309
3310 def _run_loop(self, loop):
3311 while loop._ready:

Callers

nothing calls this directly

Calls 4

superClass · 0.85
new_test_loopMethod · 0.80
setUpMethod · 0.45
set_event_loopMethod · 0.45

Tested by

no test coverage detected