libconfig.Config.unregister_option

Config.unregister_option(key, subkey)

Removes an option from the manager.

Parameters:
  • key (str) – First identifier of the option.
  • subkey (str) – Second identifier of the option.
raise:
NotRegisteredError:
 If key or subkey do not define any option.