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

Method gather

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

Source from the content-addressed store, hash-verified

3380
3381 def test_constructor_empty_sequence_use_running_loop(self):
3382 async def gather():
3383 return asyncio.gather()
3384 fut = self.one_loop.run_until_complete(gather())
3385 self.assertIsInstance(fut, asyncio.Future)
3386 self.assertIs(fut._loop, self.one_loop)

Callers 15

mainMethod · 0.45
mainMethod · 0.45
start_serverMethod · 0.45
_gatherMethod · 0.45
test_acquireMethod · 0.45
test_acquire_no_hangMethod · 0.45
gather_tasksMethod · 0.45
test_reprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected