|
| None | __init__ (self, bytes content) |
| |
| bytes | read (self, int byte_count=-1) |
| |
Small mock to imitate stream reader.
Definition at line 17 of file aiohttp.py.
◆ __init__()
| None homeassistant.util.aiohttp.MockStreamReader.__init__ |
( |
|
self, |
|
|
bytes |
content |
|
) |
| |
Initialize mock stream reader.
Definition at line 20 of file aiohttp.py.
◆ read()
| bytes homeassistant.util.aiohttp.MockStreamReader.read |
( |
|
self, |
|
|
int |
byte_count = -1 |
|
) |
| |
◆ _content
| homeassistant.util.aiohttp.MockStreamReader._content |
|
private |
The documentation for this class was generated from the following file: