aiohttp.streams.FlowControlChunksQueue

Here are the examples of the python api aiohttp.streams.FlowControlChunksQueue taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: aiohttp Source File: test_flowcontrol_streams.py
Function: make_one
    def _make_one(self, *args, **kwargs):
        return streams.FlowControlChunksQueue(
            self.stream, limit=1, loop=self.loop, *args, **kwargs)