MCPcopy
hub / github.com/Textualize/rich / __next__

Method __next__

rich/progress.py:213–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

211 return self
212
213 def __next__(self) -> bytes:
214 line = next(self.handle)
215 self.progress.advance(self.task, advance=len(line))
216 return line
217
218 @property
219 def closed(self) -> bool:

Callers

nothing calls this directly

Calls 1

advanceMethod · 0.80

Tested by

no test coverage detected