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

Function emacs

IPython/lib/editorhooks.py:115–116  ·  view source on GitHub ↗
(exe=u'emacs')

Source from the content-addressed store, hash-verified

113
114
115def emacs(exe=u'emacs'):
116 install_editor(exe + u' +{line} {filename}')
117
118
119def gnuclient(exe=u'gnuclient'):

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected