Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ __iter__
Method
__iter__
bpython/repl.py:246–247 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
244
return
bool(self)
245
246
def
__iter__(self) ->
"MatchesIterator"
:
247
return
self
248
249
def
current(self) -> str:
250
if
self.index == -1:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected