seitime-frappe/frappe/modules
barredterra 88c8baa9ee refactor: for append to extend, merge list extend
Replace a for append loop with list extend.
Create the list with values instead of creating
an empty list and extending it with another list.
2023-08-09 13:25:39 +02:00
..
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
export_file.py chore: code cleanup 2022-08-19 15:56:44 +05:30
import_file.py refactor: for append to extend, merge list extend 2023-08-09 13:25:39 +02:00
patch_handler.py feat: patches.txt template added by default for new apps #21046 (#21070) 2023-05-24 14:47:06 +05:30
utils.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30