MCPcopy
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
93def vim_eval(string):
94 return _catch_exception(string, is_eval=True)
95
96
97def no_jedi_warning(error=None):

Callers 14

get_projectFunction · 0.85
load_projectFunction · 0.85
completionsFunction · 0.85
tempfileFunction · 0.85
_goto_specific_nameFunction · 0.85
show_goto_multi_resultsFunction · 0.85
clear_call_signaturesFunction · 0.85
show_call_signaturesFunction · 0.85
cmdline_call_signaturesFunction · 0.85
renameFunction · 0.85
do_renameFunction · 0.85

Calls 1

_catch_exceptionFunction · 0.85

Tested by

no test coverage detected