class documentation

class UnpackedObjectStream:

View In Hierarchy

Abstract base class for a stream of unpacked objects.

Method __iter__ Iterate over unpacked objects.
Method __len__ Return the number of objects in the stream.
def __iter__(self) -> Iterator[UnpackedObject]:

Iterate over unpacked objects.

def __len__(self) -> int:

Return the number of objects in the stream.