MCPcopy
hub / github.com/davidhalter/jedi-vim / has

Method has

pythonx/jedi_vim.py:146–151  ·  view source on GitHub ↗
(cls, what)

Source from the content-addressed store, hash-verified

144
145 @classmethod
146 def has(cls, what):
147 try:
148 return cls._eval_cache[what]
149 except KeyError:
150 ret = cls._eval_cache[what] = cls.call('has', what)
151 return ret
152
153 @classmethod
154 def call(cls, func, *args):

Callers 3

setqflistMethod · 0.80
setqflist_titleMethod · 0.80

Calls 1

callMethod · 0.80

Tested by

no test coverage detected