Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ emacs
Function
emacs
IPython/lib/editorhooks.py:114–115 ·
view source on GitHub ↗
(exe=u'emacs')
Source
from the content-addressed store, hash-verified
112
113
114
def
emacs(exe=u
'emacs'
):
115
install_editor(exe + u
' +{line} {filename}'
)
116
117
118
def
gnuclient(exe=u
'gnuclient'
):
Callers
nothing calls this directly
Calls
1
install_editor
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…