Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dstreams.py148 class FlowControlMixin(protocols.Protocol): class
214 class StreamReaderProtocol(FlowControlMixin, protocols.Protocol):
Dsubprocess.py18 class SubprocessStreamProtocol(streams.FlowControlMixin,