MCPcopy
hub / github.com/benoitc/gunicorn / sendall

Method sendall

tests/test_early_hints.py:80–83  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

78 self._closed = False
79
80 def sendall(self, data):
81 if self._closed:
82 raise OSError("Socket is closed")
83 self._sent.extend(data)
84
85 def send(self, data):
86 if self._closed:

Callers 15

write_chunkFunction · 0.45
writeFunction · 0.45
sd_notifyFunction · 0.45
sendfileMethod · 0.45
write_messageMethod · 0.45
_send_pending_dataMethod · 0.45
write_messageMethod · 0.45
make_requestFunction · 0.45
make_requestFunction · 0.45
create_h2_connectionFunction · 0.45
h2_requestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected