Make sure the defaults value is absent
The key of the given domain to remove. It can be a nested key/index separated by name_separator.
The separator to use when splitting the name into a list of keys. If None, the name will not be split (Default).
New in version 3008.0.
The name of the domain to remove from
The user to write the defaults to
Write a default to the system
The key of the given domain to write to. It can be a nested key/index separated by name_separator.
The separator to use when splitting the name into a list of keys. If None, the name will not be split (Default).
New in version 3008.0.
The name of the domain to write to
The value to write to the given key
The type of value to be written. Valid types are string, data, int[eger], float, bool[ean], date, array, array-add, dict, dict-add
The user to write the defaults to