Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dssl.py385 sslobject_class = None # SSLObject is assigned later. variable in SSLContext
419 return self.sslobject_class._create(
1196 SSLContext.sslobject_class = SSLObject
/external/python/cpython3/Doc/library/
Dssl.rst1834 attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL
1845 The method returns on instance of :attr:`SSLContext.sslobject_class`
1848 .. attribute:: SSLContext.sslobject_class
/external/python/cpython3/Lib/test/
Dtest_ssl.py1651 ctx.sslobject_class = MySSLObject