mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
even more deletions (clean up for last commit)
This commit is contained in:
@@ -74,12 +74,6 @@ Caching
|
||||
.. autodata:: function_definition_validity
|
||||
|
||||
|
||||
Various
|
||||
~~~~~~~
|
||||
|
||||
.. autodata:: part_line_length
|
||||
|
||||
|
||||
"""
|
||||
import os
|
||||
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`:
|
||||
"""
|
||||
|
||||
# ----------------
|
||||
# various
|
||||
# ----------------
|
||||
|
||||
part_line_length = 20
|
||||
"""
|
||||
Size of the current code part, which is used to speed up parsing.
|
||||
"""
|
||||
|
||||
# ----------------
|
||||
# caching validity (time)
|
||||
# ----------------
|
||||
|
||||
|
||||
star_import_cache_validity = 60.0
|
||||
"""
|
||||
In huge packages like numpy, checking all star imports on every completion
|
||||
|
||||
Reference in New Issue
Block a user