MCPcopy Index your code
hub / github.com/Shougo/deoplete.nvim / error

Function error

rplugin/python3/deoplete/util.py:83–87  ·  view source on GitHub ↗
(vim: Nvim, expr: typing.Any)

Source from the content-addressed store, hash-verified

81
82
83def error(vim: Nvim, expr: typing.Any) -> None:
84 if hasattr(vim, 'err_write'):
85 vim.err_write(f'[deoplete] {expr}\n')
86 else:
87 vim.call('deoplete#util#print_error', expr)
88
89
90def error_tb(vim: Nvim, msg: str) -> None:

Callers 8

_itersourceMethod · 0.90
__init__Method · 0.90
_print_errorMethod · 0.90
_putMethod · 0.90
filterMethod · 0.90
error_vimFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected