Searched defs:start_tls (Results 1 – 3 of 3) sorted by relevance
| /external/python/cpython3/Lib/test/test_asyncio/ | ||
| D | functional.py | 136 def start_tls(self, ssl_context, *, member in TestSocketWrapper |
| /external/python/cpython3/Lib/asyncio/ | ||
| D | events.py | 368 async def start_tls(self, transport, protocol, sslcontext, *, member in AbstractEventLoop |
| D | base_events.py | 1159 async def start_tls(self, transport, protocol, sslcontext, *, member in BaseEventLoop |