1
0
forked from VimPlug/jedi

a basic approach to the new fast parser

This commit is contained in:
David Halter
2013-04-10 22:33:49 +04:30
parent a99d9541bd
commit 5dd05eff1a
4 changed files with 158 additions and 114 deletions

View File

@@ -33,7 +33,6 @@ Parser
~~~~~~
.. autodata:: fast_parser
.. autodata:: fast_parser_always_reparse
.. autodata:: use_function_definition_cache
@@ -150,12 +149,6 @@ something has been changed e.g. to a function. If this happens, only the
function is being reparsed.
"""
fast_parser_always_reparse = False
"""
This is just a debugging option. Always reparsing means that the fast parser
is basically useless. So don't use it.
"""
use_function_definition_cache = True
"""
Use the cache (full cache) to generate function_definition's. This may fail