MCPcopy Create free account
hub / github.com/ipython/ipython / __iter__

Method __iter__

IPython/core/display.py:837–840  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

835 self.update()
836
837 def __iter__(self):
838 self.display()
839 self._progress = -1 # First iteration is 0
840 return self
841
842 def __next__(self):
843 """Returns current value and increments display by one."""

Callers

nothing calls this directly

Calls 1

displayMethod · 0.95

Tested by

no test coverage detected