mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
16 lines
280 B
Python
16 lines
280 B
Python
# ----------------
|
|
# dynamic stuff
|
|
# ----------------
|
|
|
|
dynamic_arrays_instances = True
|
|
dynamic_array_additions = True
|
|
dynamic_params = True
|
|
|
|
# ----------------
|
|
# recursions
|
|
# ----------------
|
|
|
|
max_function_recursion_level = 5
|
|
max_until_execution_unique = 50
|
|
max_executions = 5000
|