MCPcopy
hub / github.com/davidhalter/jedi-vim / echo

Function echo

pythonx/jedi_vim_debug.py:8–9  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

6
7
8def echo(msg):
9 vim.command('echo %r' % PythonToVimStr(msg))
10
11
12def echo_error(msg):

Callers 2

echo_errorFunction · 0.85
display_debug_infoFunction · 0.85

Calls 1

PythonToVimStrClass · 0.90

Tested by

no test coverage detected