decorators
Full name: ase2sprkkr.sprkkr.test.decorators
Module class hierarchy

Description
Various decorators, mainly for class methods
Module Attributes
Functools.cached_property decorator - the value is computed only once and then stored as an (same-name) instance attribute. |
Functions
|
If a decorator is used on a method, the information about the defining class is lost. |
|
Add the arguments in the |
|
Classes
|
Decorator that converts a method with a single cls argument into a property that can be accessed directly from the class. |
|
Cached property, that allows setter and deleter |
|
Decorator that converts a method with a single cls argument into a property that can be accessed directly from the class. |
|
This decorator creates a method, that can behawes both as classmethod and normal method - it provides both self and cls, when self can be None |