Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ gnuclient
Function
gnuclient
IPython/lib/editorhooks.py:119–120 ·
view source on GitHub ↗
(exe=u'gnuclient')
Source
from the content-addressed store, hash-verified
117
118
119
def
gnuclient(exe=u
'gnuclient'
):
120
install_editor(exe + u
' -nw +{line} {filename}'
)
121
122
123
def
crimson_editor(exe=u
'cedt.exe'
):
Callers
nothing calls this directly
Calls
1
install_editor
Function · 0.85
Tested by
no test coverage detected