IS there any way to refresh doc using python script

i am setting value to one field using frappe.db.set_value() function.
so its not appear to field until and unless i m refreshing doc manually.
as js have doc.refresh_ field()
what is the way to refresh using python script

Please help me out
Thanks

1 Like

finally i done by my self.
Yes we can do
using self.reload()