Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dssl.py485 sslobject_class = None # SSLObject is assigned later. variable in SSLContext
526 return self.sslobject_class._create(
1414 SSLContext.sslobject_class = SSLObject
/third_party/python/Doc/library/
Dssl.rst1888 :attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL
1899 The method returns on instance of :attr:`SSLContext.sslobject_class`
1902 .. attribute:: SSLContext.sslobject_class
/third_party/python/Lib/test/
Dtest_ssl.py1804 ctx.sslobject_class = MySSLObject