NamedMixin
- class app.util.mixins.named.NamedMixin[source]
Bases:
NamedMixinMinimal
Mixin that adds a name to a class instance.
Provides instance_name and related properties for identification, logging, and display purposes. Used for configuration, logging, and user-facing objects in pygaindalf.
Inheritance Diagram for NamedMixin
Methods
__init__
(*args[, instance_name])Initialize the mixin and set the instance name.
Attributes
Get the instance name, or class name if not set.