Home
last modified time | relevance | path

Searched refs:sslsocket_class (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dssl.py384 sslsocket_class = None # SSLSocket is assigned later. variable in SSLContext
405 return self.sslsocket_class._create(
1195 SSLContext.sslsocket_class = SSLSocket
/external/python/cpython3/Doc/library/
Dssl.rst1773 :attr:`SSLContext.sslsocket_class` (default :class:`SSLSocket`). The
1819 The method returns on instance of :attr:`SSLContext.sslsocket_class`
1822 .. attribute:: SSLContext.sslsocket_class
/external/python/cpython3/Lib/test/
Dtest_ssl.py1650 ctx.sslsocket_class = MySSLSocket