MCPcopy
hub / github.com/benoitc/gunicorn / fileno

Method fileno

gunicorn/workers/workertmp.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 return os.fstat(self._tmp.fileno()).st_mtime
48
49 def fileno(self):
50 return self._tmp.fileno()
51
52 def close(self):
53 return self._tmp.close()

Callers 13

setupMethod · 0.45
reopen_filesMethod · 0.45
close_on_execMethod · 0.45
reexecMethod · 0.45
__str__Method · 0.45
redirectFunction · 0.45
has_filenoFunction · 0.45
sendfileMethod · 0.45
init_processMethod · 0.45
init_processMethod · 0.45
notifyMethod · 0.45
last_updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected