Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ recv
Method
recv
tests/t.py:51–52 ·
view source on GitHub ↗
(self, length=None)
Source
from the content-addressed store, hash-verified
49
return
self.tmp.len
50
51
def
recv(self, length=None):
52
return
self.tmp.read(length)
53
54
def
recv_into(self, buf, length):
55
tmp_buffer = self.tmp.read(length)
Callers
12
close_graceful
Function · 0.45
chunk
Method · 0.45
_recv_exactly
Method · 0.45
receive_data
Method · 0.45
_wait_for_flow_control_window
Method · 0.45
read_message
Method · 0.45
send
Method · 0.45
make_request
Function · 0.45
make_request
Function · 0.45
create_h2_connection
Function · 0.45
h2_request
Function · 0.45
wait
Method · 0.45
Calls
1
read
Method · 0.45
Tested by
5
send
Method · 0.36
make_request
Function · 0.36
make_request
Function · 0.36
create_h2_connection
Function · 0.36
h2_request
Function · 0.36