MCPcopy Index your code
hub / github.com/ipython/ipython / _DummyTerminal

Class _DummyTerminal

docs/autogen_shortcuts.py:109–116  ·  view source on GitHub ↗

Used as a buffer to get prompt_toolkit bindings

Source from the content-addressed store, hash-verified

107
108
109class _DummyTerminal:
110 """Used as a buffer to get prompt_toolkit bindings"""
111
112 handle_return = None
113 input_transformer_manager = None
114 display_completions = None
115 editing_mode = "emacs"
116 auto_suggest = None
117
118
119def bindings_from_prompt_toolkit(prompt_bindings: KeyBindingsBase) -> List[Binding]:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…