Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dssl.py480 sslobject_class = None # SSLObject is assigned later. variable in SSLContext
514 return self.sslobject_class._create(
1382 SSLContext.sslobject_class = SSLObject
/external/python/cpython3/Doc/library/
Dssl.rst1846 :attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL
1857 The method returns on instance of :attr:`SSLContext.sslobject_class`
1860 .. attribute:: SSLContext.sslobject_class
/external/python/cpython3/Lib/test/
Dtest_ssl.py1733 ctx.sslobject_class = MySSLObject