1
0
forked from VimPlug/jedi
Files
jedi-fork/jedi/evaluate/docstrings.py
Daniel Hahler 6748faa071 Fix _get_numpy_doc_string_cls: use cache
I've noticed that Jedi tries to import numpydoc a lot when using
jedi-vim's goto method in jedi_vim.py itself (via printing in Neovim's
VimPathFinder.find_spec).

This patch uses the cache before trying the import again and again.
2018-05-06 10:54:49 +02:00

10 KiB