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

Function mate

IPython/lib/editorhooks.py:103–106  ·  view source on GitHub ↗

TextMate, the missing editor

(exe=u'mate')

Source from the content-addressed store, hash-verified

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

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…