module documentation
This module defines the Configurations view for the ACME text UI.
| Class | |
Configurations view for the ACME text UI. |
| Class | |
Container for the Configurations view. |
| Function | to |
Recursively convert a configuration attribute to a dictionary or list representation. |
Recursively convert a configuration attribute to a dictionary or list representation.
| Parameters | |
obj:Any | The object to convert. |
keepbool | None | If True, keep None values in the output. |
| Returns | |
dict | list | str | int | float | bool | A dictionary, list, string, integer, float, or boolean representation of the object. |