forked from VimPlug/jedi
use get_in_function_call_cache again, because parsing the code is sometimes to slow
This commit is contained in:
+3
-3
@@ -28,9 +28,9 @@ fast_parser = True
|
|||||||
fast_parser_always_reparse = False
|
fast_parser_always_reparse = False
|
||||||
|
|
||||||
# Use the cache (full cache) to generate get_in_function_call's. This may fail
|
# 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
|
# with multiline docstrings (likely) and other complicated changes (unlikely).
|
||||||
# (unlikely). The goal is to move away from it by making the rest faster.
|
# The goal is to move away from it by making the rest faster.
|
||||||
use_get_in_function_call_cache = False
|
use_get_in_function_call_cache = True
|
||||||
|
|
||||||
# ----------------
|
# ----------------
|
||||||
# dynamic stuff
|
# dynamic stuff
|
||||||
|
|||||||
Reference in New Issue
Block a user