MCPcopy Index your code
hub / github.com/ipython/ipython / komodo

Function komodo

IPython/lib/editorhooks.py:66–68  ·  view source on GitHub ↗

Activestate Komodo [Edit]

(exe=u'komodo')

Source from the content-addressed store, hash-verified

64# in these, exe is always the path/name of the executable. Useful
65# if you don't have the editor directory in your path
66def komodo(exe=u'komodo'):
67 """ Activestate Komodo [Edit] """
68 install_editor(exe + u' -l {line} {filename}', wait=True)
69
70
71def scite(exe=u"scite"):

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…