Class classproperty
Decorator that converts a method with a single cls argument into a property that can be accessed directly from the class.
Declaration
class classproperty
source linkDocumentation
Methods
▷ def __get__(self, instance, cls=None)
Reexports