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

Function mate

IPython/lib/editorhooks.py:104–107  ·  view source on GitHub ↗

TextMate, the missing editor

(exe=u'mate')

Source from the content-addressed store, hash-verified

102
103
104def mate(exe=u'mate'):
105 """ TextMate, the missing editor"""
106 # wait=True is not required since we're using the -w flag to mate
107 install_editor(exe + u' -w -l {line} {filename}')
108
109
110# ##########################################

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected