1
0
forked from VimPlug/jedi

best patch in a long time, deleted all the part_parser stuff which was necessary for fast function_definitions, but with the new parser Jedi's fast enough -> fixes #136

This commit is contained in:
David Halter
2013-05-03 19:32:57 +04:30
parent a2da599d6e
commit 88e60b85e0
3 changed files with 5 additions and 67 deletions

View File

@@ -33,7 +33,6 @@ Parser
~~~~~~
.. autodata:: fast_parser
.. autodata:: use_function_definition_cache
Dynamic stuff
@@ -149,13 +148,6 @@ something has been changed e.g. to a function. If this happens, only the
function is being reparsed.
"""
use_function_definition_cache = True
"""
Use the cache (full cache) to generate function_definition's. This may fail
with multiline docstrings (likely) and other complicated changes (unlikely).
The goal is to move away from it by making the rest faster.
"""
# ----------------
# dynamic stuff
# ----------------