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

Function jed

IPython/lib/editorhooks.py:81–83  ·  view source on GitHub ↗

JED, the lightweight emacsish editor

(exe=u'jed')

Source from the content-addressed store, hash-verified

79
80
81def jed(exe=u'jed'):
82 """ JED, the lightweight emacsish editor """
83 install_editor(exe + u' +{line} {filename}')
84
85
86def idle(exe=u'idle'):

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected