1
0
forked from VimPlug/jedi

Add docstrings to all variables in settings.py

This commit is contained in:
Takafumi Arakaki
2012-12-29 20:39:08 +01:00
committed by Danilo Bargen
parent c11a4fc050
commit 51b22e0cb5

View File

@@ -154,8 +154,14 @@ earlier.
"""
max_executions_without_builtins = 200
"""
.. todo:: Document this.
"""
max_executions = 250
"""
A maximum amount of time, the completion may use.
"""
scale_get_in_function_call = 0.1
"""