forked from VimPlug/jedi
a basic approach to the new fast parser
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user