MCPcopy Create free account
hub / github.com/ipython/ipython / __init__

Method __init__

IPython/core/tests/test_debugger.py:37–38  ·  view source on GitHub ↗
(self, lines)

Source from the content-addressed store, hash-verified

35 constructor; they should not have trailing newlines.
36 """
37 def __init__(self, lines):
38 self.lines = iter(lines)
39
40 def readline(self):
41 line = next(self.lines)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected