Searched refs:_SSLSocket (Results 1 – 3 of 3) sorted by relevance
443 if _SSLSocket is not None and isinstance(conn, _SSLSocket):478 if _SSLSocket is not None and isinstance(conn, _SSLSocket):507 if _SSLSocket is not None and isinstance(conn, _SSLSocket):538 if _SSLSocket is not None and isinstance(conn, _SSLSocket):679 _SSLSocket = None variable681 _SSLSocket = ssl.SSLSocket variable
286 when using :meth:`_ssl._SSLSocket.write` and :meth:`_ssl._SSLSocket.read`
354 _ssl._SSLSocket,