Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davidhalter/jedi-vim
/ vim_eval
Function
vim_eval
pythonx/jedi_vim.py:93–94 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
91
92
93
def
vim_eval(string):
94
return
_catch_exception(string, is_eval=True)
95
96
97
def
no_jedi_warning(error=None):
Callers
14
get_project
Function · 0.85
load_project
Function · 0.85
completions
Function · 0.85
tempfile
Function · 0.85
_goto_specific_name
Function · 0.85
show_goto_multi_results
Function · 0.85
highlight_usages_for_vim_win
Function · 0.85
clear_call_signatures
Function · 0.85
show_call_signatures
Function · 0.85
cmdline_call_signatures
Function · 0.85
rename
Function · 0.85
do_rename
Function · 0.85
Calls
1
_catch_exception
Function · 0.85
Tested by
no test coverage detected