MCPcopy
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)
210else:
211 _unlink = os.unlink
212

Callers 1

unlinkFunction · 0.85

Calls 1

_waitforFunction · 0.85

Tested by

no test coverage detected