Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ bind
Method
bind
gunicorn/sock.py:62–63 ·
view source on GitHub ↗
(self, sock)
Source
from the content-addressed store, hash-verified
60
return
sock
61
62
def
bind(self, sock):
63
sock.bind(self.cfg_addr)
64
65
def
close(self):
66
if
self.sock is None:
Callers
14
set_options
Method · 0.95
bind
Method · 0.45
send
Method · 0.45
free_port
Method · 0.45
find_free_port
Function · 0.45
find_free_port
Function · 0.45
test_connect_success
Method · 0.45
test_execute_with_socket_pair
Method · 0.45
test_connect_success
Method · 0.45
test_connect_already_connected
Method · 0.45
test_context_manager_success
Method · 0.45
test_send_command_success
Method · 0.45
Calls
no outgoing calls
Tested by
12
send
Method · 0.36
free_port
Method · 0.36
find_free_port
Function · 0.36
find_free_port
Function · 0.36
test_connect_success
Method · 0.36
test_execute_with_socket_pair
Method · 0.36
test_connect_success
Method · 0.36
test_connect_already_connected
Method · 0.36
test_context_manager_success
Method · 0.36
test_send_command_success
Method · 0.36
test_send_command_error_response
Method · 0.36
test_send_command_auto_connect
Method · 0.36