module documentation

This module defines the Configurations view for the ACME text UI.

Class ACMEConfigurationTree Configurations view for the ACME text UI.
Class ACMEContainerConfigurations Container for the Configurations view.
Function toDict Recursively convert a configuration attribute to a dictionary or list representation.
def toDict(obj: Any, keepNone: bool | None = False) -> dict | list | str | int | float | bool: ΒΆ

Recursively convert a configuration attribute to a dictionary or list representation.

Parameters
obj:AnyThe object to convert.
keepNone:bool | NoneIf True, keep None values in the output.
Returns
dict | list | str | int | float | boolA dictionary, list, string, integer, float, or boolean representation of the object.