class documentation

class ASGIResponseStream(AsyncByteStream):

View In Hierarchy

Undocumented

Async Method __aiter__ Undocumented
Method __init__ Undocumented
Instance Variable ​_body Undocumented

Inherited from AsyncByteStream:

Async Method aclose Undocumented
Async Method aread Undocumented
async def __aiter__(self):

Undocumented

Returns
typing.AsyncIterator[bytes]Undocumented
def __init__(self, body):

Undocumented

Parameters
body:typing.List[bytes]Undocumented
_body =

Undocumented