MCPcopy Index your code
hub / github.com/RustPython/RustPython / gather

Method gather

Lib/test/test_asyncio/test_tasks.py:3417–3418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3415
3416 def test_constructor_empty_sequence_use_running_loop(self):
3417 async def gather():
3418 return asyncio.gather()
3419 fut = self.one_loop.run_until_complete(gather())
3420 self.assertIsInstance(fut, asyncio.Future)
3421 self.assertIs(fut._loop, self.one_loop)

Callers 15

_cancel_all_tasksFunction · 0.45
communicateMethod · 0.45
shutdown_asyncgensMethod · 0.45
create_serverMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
start_serverMethod · 0.45
_gatherMethod · 0.45
test_acquireMethod · 0.45
test_acquire_no_hangMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected