MonthlyFourier.model_copy#
- MonthlyFourier.model_copy(*, update=None, deep=False)#
Usage docs: https://docs.pydantic.dev/2.10/concepts/serialization/#model_copy
Returns a copy of the model.
- Args:
- update: Values to change/add in the new model. Note: the data is not validated
before creating the new model. You should trust this data.
deep: Set to
True
to make a deep copy of the model.- Returns:
New model instance.