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

Method coro

Lib/test/test_asyncio/test_locks.py:1341–1343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1339 results = []
1340
1341 async def coro():
1342 async with barrier as i:
1343 results.append(i)
1344
1345 await self.gather_tasks(self.N, coro)
1346

Callers

nothing calls this directly

Calls 4

appendMethod · 0.45
waitMethod · 0.45
resetMethod · 0.45
abortMethod · 0.45

Tested by

no test coverage detected