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

Function crimson_editor

IPython/lib/editorhooks.py:123–124  ·  view source on GitHub ↗
(exe=u'cedt.exe')

Source from the content-addressed store, hash-verified

121
122
123def crimson_editor(exe=u'cedt.exe'):
124 install_editor(exe + u' /L:{line} {filename}')
125
126
127def kate(exe=u'kate'):

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected