forked from VimPlug/jedi
even more deletions (clean up for last commit)
This commit is contained in:
@@ -74,12 +74,6 @@ Caching
|
|||||||
.. autodata:: function_definition_validity
|
.. autodata:: function_definition_validity
|
||||||
|
|
||||||
|
|
||||||
Various
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
.. autodata:: part_line_length
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
@@ -217,20 +211,10 @@ to be faster than a normal completion. This is the factor that is used to
|
|||||||
scale `max_executions` and `max_until_execution_unique`:
|
scale `max_executions` and `max_until_execution_unique`:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# ----------------
|
|
||||||
# various
|
|
||||||
# ----------------
|
|
||||||
|
|
||||||
part_line_length = 20
|
|
||||||
"""
|
|
||||||
Size of the current code part, which is used to speed up parsing.
|
|
||||||
"""
|
|
||||||
|
|
||||||
# ----------------
|
# ----------------
|
||||||
# caching validity (time)
|
# caching validity (time)
|
||||||
# ----------------
|
# ----------------
|
||||||
|
|
||||||
|
|
||||||
star_import_cache_validity = 60.0
|
star_import_cache_validity = 60.0
|
||||||
"""
|
"""
|
||||||
In huge packages like numpy, checking all star imports on every completion
|
In huge packages like numpy, checking all star imports on every completion
|
||||||
|
|||||||
Reference in New Issue
Block a user