Atlas-Install/source/safe_eval
2022-08-15 12:00:18 +02:00
..
__init__.py replaced the old safe_eval by the new safe_eval (from test, normal mode allow for ~26s -> ~13s, and with lambda mode ~26s -> ~0.03s) 2022-08-06 18:51:48 +02:00
macros.py added TemplateSafeEval, TemplateMultipleSafeEval and Env type hint 2022-08-14 12:47:35 +02:00
multiple_safe_eval.py safe_eval and multiple_safe_eval are now 20x faster (~2.5s -> ~0.13s) 2022-08-15 10:58:36 +02:00
safe_eval.py security: safe_eval now cache depending on the env to avoid any potential issue and calling a method from an args or trying to modify it is disabled 2022-08-15 12:00:18 +02:00
safe_function.py safe_eval and multiple_safe_eval are now 20x faster (~2.5s -> ~0.13s) 2022-08-15 10:58:36 +02:00