clear#

PythonSolverNodeSettings.clear(*names: str, clear_additional_settings: bool = True) None#

Clear assigned values for selected settings or for all settings.

Parameters:
*namesstr

Optional setting attribute names to clear. If omitted, all descriptor-backed settings are cleared.

clear_additional_settingsbool, optional

Whether to clear additional_settings. By default True.

Raises:
AttributeError

If any provided name does not correspond to a setting attribute.