CombinerRegistry

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

class CombinerRegistry[source]

Bases: ComponentRegistry[Type[Combiner]]

Name-to-implementation registry for feature block combiners.

domain: ClassVar[str] = 'combiner'

Plugin domain name; snake_case of the protocol class, singular. The entry point group is f"habit.{domain}".

kind: str = 'combiner'

Human-readable component kind, used only in error messages.