classproperty#

class pytorch_forecasting.utils._classproperty.classproperty(fget=None, fset=None, fdel=None, doc=None)[source]#

Bases: property

Inherited-members:

Methods

deleter

Descriptor to obtain a copy of the property with a different deleter.

getter

Descriptor to obtain a copy of the property with a different getter.

setter

Descriptor to obtain a copy of the property with a different setter.

Attributes

fdel

fget

fset