lories._core._registrator#

Classes#

_Registrator

Helper class that provides a standard way to create an ABC using

_RegistratorContext

Helper class that provides a standard way to create an ABC using

Module Contents#

class lories._core._registrator._Registrator(id: str | None = None, key: str | None = None, name: str | None = None, *args, **kwargs)[source]#

Bases: lories._core._configurator._Configurator, lories._core._entity._Entity

Inheritance diagram of lories._core._registrator._Registrator

Helper class that provides a standard way to create an ABC using inheritance.

class lories._core._registrator._RegistratorContext(*args, **kwargs)[source]#

Bases: lories._core._context._Context[Registrator], Generic[Registrator]

Inheritance diagram of lories._core._registrator._RegistratorContext

Helper class that provides a standard way to create an ABC using inheritance.