seitime-frappe/frappe/www/_test/_test_no_context.py
Suraj Shetty c0c5b2ebdd
style: format all python files using black (#16453)
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30

8 lines
142 B
Python

import frappe
# no context object is accepted
def get_context():
context = frappe._dict()
context.body = "Custom Content"
return context