seitime-frappe/frappe/modules
Ankush Menat e8efd64dbc refactor!: better API contracts for virtual doctype
Current APIs implement class methods as instance method, which is
problamamtic while implementing methods. E.g. If load_from_db doesn't
like empty docname then all class method will stop working.

This change while breaking is essential for usability of virtual
doctype.
2022-07-22 14:26:02 +05:30
..
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
export_file.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
import_file.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
patch_handler.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
utils.py refactor!: better API contracts for virtual doctype 2022-07-22 14:26:02 +05:30