mudata.settings.reset#
- settings.reset(*names)#
Reset passed settings to their default values.
Can be used as a context manager to make the resets temporary. On
__enter__, the context manager returns the settings that have been changed.- Parameters:
names (
Literal['display_style','display_html_expand','pull_on_update']) – Names of settings to reset.- Return type:
AbstractContextManager[frozenset[Literal['display_style','display_html_expand','pull_on_update']]]