Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ run
Method
run
tests/t.py:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
28
def
__call__(self, func):
29
def
run():
30
src = data_source(self.fname)
31
func(src, RequestParser(src, None, None))
32
run.func_name = func.func_name
33
return
run
34
Callers
15
run_with_client_response
Method · 0.45
test_run_sets_up_callbacks
Method · 0.45
test_run_creates_http_server
Method · 0.45
test_run_adds_sockets_to_server
Method · 0.45
test_ssl_server_creation
Method · 0.45
test_keep_alive_enabled
Method · 0.45
test_keep_alive_disabled
Method · 0.45
test_worker_notifies_in_run_loop
Method · 0.45
test_graceful_shutdown_drains_connections
Method · 0.45
test_worker_exits_on_parent_death
Method · 0.45
test_graceful_timeout_honored
Method · 0.45
test_run_completes_cleanup
Method · 0.45
Calls
3
RequestParser
Class · 0.90
data_source
Function · 0.85
func
Function · 0.85
Tested by
15
run_with_client_response
Method · 0.36
test_run_sets_up_callbacks
Method · 0.36
test_run_creates_http_server
Method · 0.36
test_run_adds_sockets_to_server
Method · 0.36
test_ssl_server_creation
Method · 0.36
test_keep_alive_enabled
Method · 0.36
test_keep_alive_disabled
Method · 0.36
test_worker_notifies_in_run_loop
Method · 0.36
test_graceful_shutdown_drains_connections
Method · 0.36
test_worker_exits_on_parent_death
Method · 0.36
test_graceful_timeout_honored
Method · 0.36
test_run_completes_cleanup
Method · 0.36