I want to override the core class method in my custom file

how to override the core class method in my custom file

https://frappeframework.com/docs/user/en/python-api/hooks#override-doctype-class

Or look at monkey patch if method are not while listed (it’s not documented in frappe cause it’s more a python feature, you can find example here GitHub - aakvatech/CSF_TZ)