1
0
forked from VimPlug/jedi

added an option to disable get_in_function_call caching

This commit is contained in:
David Halter
2012-12-21 18:00:21 +01:00
parent b3c89effe7
commit f4b585a5e7
2 changed files with 12 additions and 5 deletions
+5
View File
@@ -27,6 +27,11 @@ fast_parser = True
# is basically useless. So don't use it.
fast_parser_always_reparse = False
# Use the cache (full cache) to generate get_in_function_call's. This may fail
# with multiline docstrings (likely) and other complicated changes to the fail
# (unlikely). The goal is to move away from it by making the rest faster.
use_get_in_function_call_cache = True
# ----------------
# dynamic stuff
# ----------------