NamedMixinMinimal

class app.util.mixins.named.NamedMixinMinimal[source]

Bases: object

Inheritance diagram of NamedMixinMinimal

Inheritance Diagram for NamedMixinMinimal

Methods

get_default_name()

Get the default name for logging.

Attributes

final_instance_name

final_instance_short_name

instance_short_name

Get a shortened version of the instance name.

property final_instance_name
property final_instance_short_name: str
classmethod get_default_name()[source]

Get the default name for logging.

Returns:

The default name.

Return type:

str

property instance_short_name: str | None

Get a shortened version of the instance name.

Returns:

The shortened instance name.

Return type:

str