forked from VimPlug/jedi
Add docstrings to all variables in settings.py
This commit is contained in:
committed by
Danilo Bargen
parent
c11a4fc050
commit
51b22e0cb5
@@ -154,8 +154,14 @@ earlier.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
max_executions_without_builtins = 200
|
max_executions_without_builtins = 200
|
||||||
|
"""
|
||||||
|
.. todo:: Document this.
|
||||||
|
"""
|
||||||
|
|
||||||
max_executions = 250
|
max_executions = 250
|
||||||
|
"""
|
||||||
|
A maximum amount of time, the completion may use.
|
||||||
|
"""
|
||||||
|
|
||||||
scale_get_in_function_call = 0.1
|
scale_get_in_function_call = 0.1
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user