MCPcopy 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
44class PdbTestInput(object):

Callers 1

defaultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected