MCPcopy Create free account
hub / github.com/Shougo/deoplete.nvim / print_error

Method print_error

rplugin/python3/deoplete/base/source.py:68–70  ·  view source on GitHub ↗
(self, expr: typing.Any)

Source from the content-addressed store, hash-verified

66 debug(self.vim, expr)
67
68 def print_error(self, expr: typing.Any) -> None:
69 if not self.is_silent:
70 error_vim(self.vim, expr)
71
72 @abstractmethod
73 def gather_candidates(self, context: UserContext) -> Candidates:

Callers

nothing calls this directly

Calls 1

error_vimFunction · 0.90

Tested by

no test coverage detected