TextStreamWrapper
__init__
__iter__
__next__
Raises:
StopIteration- When the stream is exhausted.
StreamWrapper
__init__
to be called for each stream event.
Notes:
Does not call super().init() since we’re wrapping another manager.
__enter__
__exit__
__iter__
__next__
Raises:
StopIteration- When the stream is exhausted.
__getattr__
Returns: