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

Function scite

IPython/lib/editorhooks.py:71–73  ·  view source on GitHub ↗

SciTE or Sc1

(exe=u"scite")

Source from the content-addressed store, hash-verified

69
70
71def scite(exe=u"scite"):
72 """ SciTE or Sc1 """
73 install_editor(exe + u' {filename} -goto:{line}')
74
75
76def notepadplusplus(exe=u'notepad++'):

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…