Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ close
Method
close
tests/test_asgi_worker.py:55–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
return
len(data)
54
55
def
close(self):
56
self.closed = True
57
58
def
getsockname(self):
59
return
(
'127.0.0.1'
, 8000)
Callers
8
close
Method · 0.45
test_setup_asyncio_loop
Method · 0.45
test_setup_auto_loop_falls_back_to_asyncio
Method · 0.45
test_setup_uvloop
Method · 0.45
test_handle_exit_sets_alive_false
Method · 0.45
test_handle_quit_sets_alive_false
Method · 0.45
test_http_request_response
Method · 0.45
send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected