Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ add_extra_file
Method
add_extra_file
gunicorn/reloader.py:24–25 ·
view source on GitHub ↗
(self, filename)
Source
from the content-addressed store, hash-verified
22
self._callback = callback
23
24
def
add_extra_file(self, filename):
25
self._extra_files.add(filename)
26
27
def
get_files(self):
28
fnames = [
Callers
2
add_extra_file
Method · 0.45
load_wsgi
Method · 0.45
Calls
1
add
Method · 0.80
Tested by
no test coverage detected