MCPcopy
hub / github.com/pyodide/pyodide / sendall

Method sendall

src/py/ssl.py:798–799  ·  view source on GitHub ↗
(self, data, flags=0)

Source from the content-addressed store, hash-verified

796 )
797
798 def sendall(self, data, flags=0):
799 return socket.sendall(self, data, flags)
800
801 def sendfile(self, file, offset=0, count=None):
802 pass

Callers 4

handlerFunction · 0.80
runFunction · 0.80
echo_handlerFunction · 0.80
socket_taskFunction · 0.80

Calls

no outgoing calls

Tested by 4

handlerFunction · 0.64
runFunction · 0.64
echo_handlerFunction · 0.64
socket_taskFunction · 0.64