blob: 65dfd2db916e17c461926610bdbb398aecfcdcc3 [file] [log] [blame]
Charles-Henri Decultotb8c088e2018-02-21 06:37:33 +01001# Copyright (c) 2018, Frappe Technologies and contributors
2# For license information, please see license.txt
3
Chillar Anand915b3432021-09-02 16:44:59 +05304
Charles-Henri Decultotb8c088e2018-02-21 06:37:33 +01005# don't remove this function it is used in tests
6def test_method():
Ankush Menat494bd9e2022-03-28 18:52:46 +05307 """test function"""
8 return "overridden"