Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dsslproto.py412 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
446 self._set_app_protocol(app_protocol)
458 def _set_app_protocol(self, app_protocol): argument
459 self._app_protocol = app_protocol
461 isinstance(app_protocol, protocols.BufferedProtocol)