Home
last modified time | relevance | path

Searched defs:ssl_protocol (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dsslproto.py289 def __init__(self, loop, ssl_protocol): argument
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sslproto.py30 def ssl_protocol(self, *, waiter=None, proto=None): member in SslProtoHandshakeTests