From c0bb6ff04b9fd6a46a41f367569c9ca12993db45 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 3 May 2013 19:35:51 +0430 Subject: [PATCH] even more deletions (clean up for last commit) --- jedi/settings.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/jedi/settings.py b/jedi/settings.py index e95940fd..666547c9 100644 --- a/jedi/settings.py +++ b/jedi/settings.py @@ -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