seitime-frappe/frappe/model/utils
Gavin D'souza b696fa6da5 perf: Pre-compile and re-use regexp pattern
Converted all possible usages of re.* that weren't compiling the regex
separately and re-using it. Separated out the compiled patterns as
global variables. Repetitive patterns could be made DRY-er.

Would be nicer to have all regexes in a single module so that we could
re-use better, keep track of outdated, and keep checks for possible
reDos' etc
2022-06-08 14:07:38 +05:30
..
__init__.py perf: Pre-compile and re-use regexp pattern 2022-06-08 14:07:38 +05:30
link_count.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
rename_doc.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
rename_field.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
user_settings.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30