libconfig
0.9.0
API
Site
API reference
Page
libconfig.Config.unregister_option
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.