Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ _unlink
Function
_unlink
gunicorn/util.py:208–209 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
206
RuntimeWarning, stacklevel=4)
207
208
def
_unlink(filename):
209
_waitfor(os.unlink, filename)
210
else
:
211
_unlink = os.unlink
212
Callers
1
unlink
Function · 0.85
Calls
1
_waitfor
Function · 0.85
Tested by
no test coverage detected