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

Function crimson_editor

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…