MCPcopy
hub / github.com/urllib3/urllib3 / _ssl_io_loop

Method _ssl_io_loop

src/urllib3/util/ssltransport.py:220–220  ·  view source on GitHub ↗
(self, func: typing.Callable[[], None])

Source from the content-addressed store, hash-verified

218 # func is sslobj.do_handshake or sslobj.unwrap
219 @typing.overload
220 def _ssl_io_loop(self, func: typing.Callable[[], None]) -> None: ...
221
222 # func is sslobj.write, arg1 is data
223 @typing.overload

Callers 4

__init__Method · 0.95
sendMethod · 0.95
unwrapMethod · 0.95
_wrap_ssl_readMethod · 0.95

Calls 3

readMethod · 0.45
sendallMethod · 0.45
recvMethod · 0.45

Tested by

no test coverage detected