Home
last modified time | relevance | path

Searched defs:start_tls (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dfunctional.py136 def start_tls(self, ssl_context, *, member in TestSocketWrapper
/external/python/cpython3/Lib/asyncio/
Devents.py368 async def start_tls(self, transport, protocol, sslcontext, *, member in AbstractEventLoop
Dbase_events.py1159 async def start_tls(self, transport, protocol, sslcontext, *, member in BaseEventLoop