MCPcopy
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_gracefulFunction · 0.45
chunkMethod · 0.45
_recv_exactlyMethod · 0.45
receive_dataMethod · 0.45
read_messageMethod · 0.45
sendMethod · 0.45
make_requestFunction · 0.45
make_requestFunction · 0.45
create_h2_connectionFunction · 0.45
h2_requestFunction · 0.45
waitMethod · 0.45

Calls 1

readMethod · 0.45

Tested by 5

sendMethod · 0.36
make_requestFunction · 0.36
make_requestFunction · 0.36
create_h2_connectionFunction · 0.36
h2_requestFunction · 0.36