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

Function jed

IPython/lib/editorhooks.py:82–84  ·  view source on GitHub ↗

JED, the lightweight emacsish editor

(exe=u'jed')

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected