Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ __iter__
Method
__iter__
bpython/curtsiesfrontend/repl.py:208–209 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
206
return
lines
207
208
def
__iter__(self):
209
return
iter(self.readlines())
210
211
def
isatty(self) -> bool:
212
return
True
Callers
nothing calls this directly
Calls
1
readlines
Method · 0.95
Tested by
no test coverage detected