MCPcopy
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_optionsMethod · 0.95
bindMethod · 0.45
sendMethod · 0.45
free_portMethod · 0.45
find_free_portFunction · 0.45
find_free_portFunction · 0.45
test_connect_successMethod · 0.45
test_connect_successMethod · 0.45

Calls

no outgoing calls

Tested by 12

sendMethod · 0.36
free_portMethod · 0.36
find_free_portFunction · 0.36
find_free_portFunction · 0.36
test_connect_successMethod · 0.36
test_connect_successMethod · 0.36