Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setup
Method · 0.45
reopen_files
Method · 0.45
close_on_exec
Method · 0.45
reexec
Method · 0.45
__str__
Method · 0.45
redirect
Function · 0.45
has_fileno
Function · 0.45
sendfile
Method · 0.45
init_process
Method · 0.45
init_process
Method · 0.45
notify
Method · 0.45
last_update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected