mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-05 07:54:15 +08:00
Add a max_dynamic_params_depth setting to limit recusive searching for those params. It shouldn't be too crazy.
This commit is contained in:
@@ -89,6 +89,7 @@ class Evaluator(object):
|
||||
self.mixed_cache = {} # see `evaluate.compiled.mixed.create()`
|
||||
self.analysis = []
|
||||
self.predefined_if_name_dict_dict = {}
|
||||
self.dynamic_params_depth = 0
|
||||
self.is_analysis = False
|
||||
|
||||
if sys_path is None:
|
||||
|
||||
Reference in New Issue
Block a user