FeatureSelectorRegistry

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 FeatureSelectorRegistry[source]

Bases: ComponentRegistry[Type[FeatureSelector]]

Name-to-implementation registry for feature-table selectors.

domain: ClassVar[str] = 'feature_selector'

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

kind: str = 'feature selector'

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