I’ve tried this
def save(self, *args, **kwargs):
frappe.throw(args, kwargs) frappe.logger().error(args, kwargs)
i want to see what is inside args and kwargs
how can i do that?
I’ve tried this
def save(self, *args, **kwargs):
frappe.throw(args, kwargs) frappe.logger().error(args, kwargs)
i want to see what is inside args and kwargs
how can i do that?