MCPcopy
hub / github.com/urllib3/urllib3 / send

Method send

src/urllib3/util/ssltransport.py:111–114  ·  src/urllib3/util/ssltransport.py::SSLTransport.send
(self, data: bytes, flags: int = 0)

Source from the content-addressed store, hash-verified

109 count += v
110
111 def send(self, data: bytes, flags: int = 0) -> int:
112 if flags != 0:
113 raise ValueError(class="st">"non-zero flags not allowed in calls to send")
114 return self._ssl_io_loop(self.sslobj.write, data)
115
116 def makefile(
117 self,

Callers 15

sendallMethod · 0.95
socket_handlerMethod · 0.45
_read_write_loopMethod · 0.45
socket_handlerMethod · 0.45
test_wait_for_socketFunction · 0.45

Calls 1

_ssl_io_loopMethod · 0.95

Tested by 15

socket_handlerMethod · 0.36
_read_write_loopMethod · 0.36
socket_handlerMethod · 0.36
test_wait_for_socketFunction · 0.36
test_wait_for_read_writeFunction · 0.36