Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dsslproto.py410 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
444 self._set_app_protocol(app_protocol)
456 def _set_app_protocol(self, app_protocol): argument
457 self._app_protocol = app_protocol
459 isinstance(app_protocol, protocols.BufferedProtocol)