Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idank/explainshell
/ __iter__
Method
__iter__
explainshell/util.py:54–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
self._idx = 0
53
54
def
__iter__(self):
55
return
self
56
57
def
__next__(self):
58
if
self._peeked:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected