list_plugins
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.
- list_plugins(domain: str | None = None) Tuple[PluginInfo, ...][source]
List registered HABIT extension components without exposing core registries.
- Parameters:
domain – Optional plugin domain. Omit it to enumerate all supported registry-backed domains.
- Returns:
Deterministically ordered plugin metadata.