class documentation

class ASGIResponseStream(AsyncByteStream): (source)

View In Hierarchy

Undocumented

Async Method __aiter__ Undocumented
Method __init__ Undocumented
Instance Variable _body Undocumented

Inherited from AsyncByteStream:

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

Undocumented

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

Undocumented

Parameters
body:typing.List[bytes]Undocumented

Undocumented