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