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

Function open_input_in_editor

IPython/terminal/shortcuts.py:255–256  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

253
254
255def open_input_in_editor(event):
256 event.app.current_buffer.open_in_editor()
257
258
259if sys.platform == 'win32':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected