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

Class _DummyTerminal

docs/autogen_shortcuts.py:44–49  ·  view source on GitHub ↗

Used as a buffer to get prompt_toolkit bindings

Source from the content-addressed store, hash-verified

42log_invert = {'_Invert'}
43
44class _DummyTerminal(object):
45 """Used as a buffer to get prompt_toolkit bindings
46 """
47 handle_return = None
48 input_transformer_manager = None
49 display_completions = None
50
51ipy_bindings = create_ipython_shortcuts(_DummyTerminal()).bindings
52

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected