craft_parts.features module¶
Global features to be configured by the application.
- class craft_parts.features.Features(enable_overlay=False, enable_partitions=False)[source]¶
Bases:
object
Configurable craft-parts features.
- Variables:
enable_overlay – Enables the overlay step.
enable_partitions – Enables the usage of partitions.
- Parameters:
enable_overlay (
bool
)enable_partitions (
bool
)
-
enable_overlay:
bool
= False¶
-
enable_partitions:
bool
= False¶