Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tox-dev/filelock
/ body
Function
body
tasks/capabilities.py:138–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
yield
137
138
async
def
body() -> None:
139
async
with
gate():
140
pass
141
142
coroutine = body()
143
coroutine.send(None)
Callers
1
_propagates_a_cancellation_thrown_into_a_coroutine
Function · 0.85
Calls
1
gate
Function · 0.85
Tested by
no test coverage detected