Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ coro_reset
Method
coro_reset
Lib/test/test_asyncio/test_locks.py:1549–1550 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1547
results.append(True)
1548
1549
async
def
coro_reset():
1550
await barrier.reset()
1551
1552
# N-1 tasks waiting on barrier with N parties
1553
tasks = self.make_tasks(self.N-1, coro)
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected