Module aermicioi.aedi.storage.decorator

Functions

NameDescription
findDecorator(decorated) Find a decorator in decorator chain that implements Needle type.

Interfaces

NameDescription
Decorator Provides the underlying decorated object.
MutableDecorator Allows to get and set decorated object.

Templates

NameDescription
MutableDecoratorMixin Mixin implementing MutableDecorator for a decorated element of T.