synthpic2.recipe.registries.self_registering_attrs_mixin
¶
Module for the SelfRegisteringAttrsMixin class.
Module Contents¶
Classes¶
Mixin for attrs classes, so that they register themselves in a predefined |
- class synthpic2.recipe.registries.self_registering_attrs_mixin.SelfRegisteringAttrsMixin¶
Bases:
abc.ABC
Mixin for attrs classes, so that they register themselves in a predefined registry, after they have been initialized.
- abstract property _registry: synthpic2.recipe.registries.registry.Registry¶
- __attrs_post_init__() None ¶