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

Method __init__

IPython/core/tests/test_debugger.py:48–49  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

46 """Context manager that makes testing Pdb in doctests easier."""
47
48 def __init__(self, input):
49 self.input = input
50
51 def __enter__(self):
52 self.real_stdin = sys.stdin

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected