MCPcopy
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

murder_workersMethod · 0.80
handle_status_requestMethod · 0.80
murder_workersMethod · 0.80
show_workersMethod · 0.80
show_dirtyMethod · 0.80
show_allMethod · 0.80

Calls 1

filenoMethod · 0.45