Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ readline
Method
readline
tests/test_debugger.py:38–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
self.lines = iter(lines)
37
38
def
readline(self):
39
line = next(self.lines)
40
print(line)
41
return
line +
"\n"
42
43
44
class
PdbTestInput(object):
Callers
1
default
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected