Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ last_update
Method
last_update
gunicorn/workers/workertmp.py:46–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
os.utime(self._tmp.fileno(), (new_time, new_time))
45
46
def
last_update(self):
47
return
os.fstat(self._tmp.fileno()).st_mtime
48
49
def
fileno(self):
50
return
self._tmp.fileno()
Callers
8
test_notify_updates_tmp_mtime
Method · 0.95
test_worker_tmp_file_can_be_monitored
Method · 0.95
murder_workers
Method · 0.80
handle_status_request
Method · 0.80
murder_workers
Method · 0.80
show_workers
Method · 0.80
show_dirty
Method · 0.80
show_all
Method · 0.80
Calls
1
fileno
Method · 0.45
Tested by
2
test_notify_updates_tmp_mtime
Method · 0.76
test_worker_tmp_file_can_be_monitored
Method · 0.76