classproperty#
- class pytorch_forecasting.utils._classproperty.classproperty(fget=None, fset=None, fdel=None, doc=None)[source]#
Bases:
property- Inherited-members:
Methods
deleterDescriptor to obtain a copy of the property with a different deleter.
getterDescriptor to obtain a copy of the property with a different getter.
setterDescriptor to obtain a copy of the property with a different setter.
Attributes
fdelfgetfset