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

Function komodo

IPython/lib/editorhooks.py:67–69  ·  view source on GitHub ↗

Activestate Komodo [Edit]

(exe=u'komodo')

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected