libconfig.Config.get_option_description

Config.get_option_description(key, subkey)

Get the string describing a particular option.

Parameters:
  • key (str) – First identifier of the option.
  • subkey (str) – Second identifier of the option.
Returns:

str - description of the option.

Raise:
NotRegisteredError:
 If key or subkey do not define any option.