Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
def
echo(msg):
9
vim.command(
'echo %r'
% PythonToVimStr(msg))
10
11
12
def
echo_error(msg):
Callers
2
echo_error
Function · 0.85
display_debug_info
Function · 0.85
Calls
1
PythonToVimStr
Class · 0.90
Tested by
no test coverage detected