Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ __iter__
Method
__iter__
IPython/core/display.py:568–571 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
566
self.update()
567
568
def
__iter__(self):
569
self.display()
570
self._progress = -1
# First iteration is 0
571
return
self
572
573
def
__next__(self):
574
""
"Returns current value and increments display by one."
""
Callers
nothing calls this directly
Calls
1
display
Method · 0.95
Tested by
no test coverage detected