class documentation

Undocumented

Async Method __aiter__ Undocumented
Method __init__ Undocumented
Method __iter__ Undocumented
Instance Variable _stream Undocumented

Inherited from AsyncByteStream:

Async Method aclose Undocumented

Inherited from SyncByteStream (via AsyncByteStream):

Method close Subclasses can override this method to release any network resources after a request/response cycle is complete.
async def __aiter__(self): (source)

Undocumented

Returns
AsyncIterator[bytes]Undocumented
def __init__(self, stream): (source)

Undocumented

Parameters
stream:bytesUndocumented
def __iter__(self): (source)

Undocumented

Returns
Iterator[bytes]Undocumented

Undocumented