Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ close
Method
close
gunicorn/workers/workertmp.py:52–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
return
self._tmp.fileno()
51
52
def
close(self):
53
return
self._tmp.close()
Callers
3
test_notify_updates_tmp_mtime
Method · 0.95
test_worker_tmp_file_can_be_monitored
Method · 0.95
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_notify_updates_tmp_mtime
Method · 0.76
test_worker_tmp_file_can_be_monitored
Method · 0.76