Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ setblocking
Method
setblocking
tests/test_gthread.py:35–36 ·
view source on GitHub ↗
(self, blocking)
Source
from the content-addressed store, hash-verified
33
return
self._fileno
34
35
def
setblocking(self, blocking):
36
self.blocking = blocking
37
38
def
recv(self, size):
39
if
self.closed:
Callers
15
test_tconn_init_sets_blocking_false
Method · 0.95
test_handle_sets_blocking_on_keepalive_connection
Method · 0.95
test_handle_sets_blocking_before_body_read
Method · 0.95
set_options
Method · 0.45
write_nonblock
Function · 0.45
accept
Method · 0.45
run
Method · 0.45
__init__
Method · 0.45
init
Method · 0.45
close
Method · 0.45
set_accept_enabled
Method · 0.45
accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected