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

Method setUp

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

Source from the content-addressed store, hash-verified

3229 current_task = None
3230
3231 def setUp(self):
3232 super().setUp()
3233 self.loop = asyncio.new_event_loop()
3234 self.set_event_loop(self.loop)
3235
3236 def new_task(self, coro):
3237 raise NotImplementedError

Callers

nothing calls this directly

Calls 4

superClass · 0.85
setUpMethod · 0.45
new_event_loopMethod · 0.45
set_event_loopMethod · 0.45

Tested by

no test coverage detected