mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 18:17:07 +08:00
15 lines
270 B
Python
15 lines
270 B
Python
# ----------------
|
|
# global settings
|
|
# ----------------
|
|
|
|
dynamic_arrays_instances = True
|
|
dynamic_array_additions = True
|
|
dynamic_params = True
|
|
|
|
# ----------------
|
|
# internally used:
|
|
# ----------------
|
|
|
|
# evaluation of +=, -=, /=, etc.
|
|
evaluate_special_assignments = True
|