MCPcopy
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

set_optionsMethod · 0.45
write_nonblockFunction · 0.45
acceptMethod · 0.45
runMethod · 0.45
__init__Method · 0.45
initMethod · 0.45
closeMethod · 0.45
set_accept_enabledMethod · 0.45
acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected