cogwheel.utils.ClassProperty

class cogwheel.utils.ClassProperty(fget)

Bases: object

Like @property but for class attributes instead of instance attributes.

Methods