Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ __iter__
Method
__iter__
IPython/external/pickleshare.py:218–219 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
216
return
[self._normalized(p)
for
p in files
if
p.is_file()]
217
218
def
__iter__(self):
219
return
iter(self.keys())
220
221
def
__len__(self):
222
return
len(self.keys())
Callers
nothing calls this directly
Calls
1
keys
Method · 0.95
Tested by
no test coverage detected