Contents:
Internal data storage for BaseConfig objects.
libioc.Config.Data.
Data
Bases: dict
dict
delimiter
items
Iterate over the flattened keys and values.
Itemsview[str, Any]
Itemsview
str
Any
keys
Return the available configuration keys.
Keysview[str]
Keysview
nested
Return the data as nested dict structure.
values
Return all config values.
Valuesview[Any]
Valuesview