1
0
forked from VimPlug/jedi

Add the cache_path parameter to parso calls.

This commit is contained in:
Dave Halter
2017-05-20 10:08:48 -04:00
parent 50c7137437
commit f35f1b9676
5 changed files with 12 additions and 6 deletions

View File

@@ -141,6 +141,7 @@ class Script(object):
grammar=self._grammar,
cache=False, # No disk cache, because the current script often changes.
diff_cache=True,
cache_path=settings.cache_directory
)
@cache.memoize_method