MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _create_socket

Method _create_socket

tools/python-3.11.9-amd64/Lib/poplib.py:454–458  ·  view source on GitHub ↗
(self, timeout)

Source from the content-addressed store, hash-verified

452 POP3.__init__(self, host, port, timeout)
453
454 def _create_socket(self, timeout):
455 sock = POP3._create_socket(self, timeout)
456 sock = self.context.wrap_socket(sock,
457 server_hostname=self.host)
458 return sock
459
460 def stls(self, keyfile=None, certfile=None, context=None):
461 """The method unconditionally raises an exception since the

Callers

nothing calls this directly

Calls 2

_create_socketMethod · 0.45
wrap_socketMethod · 0.45

Tested by

no test coverage detected