orangecontrib.tomwer.widgets.other.PythonScriptOW.PrepareSavingSettingsHandler#

class orangecontrib.tomwer.widgets.other.PythonScriptOW.PrepareSavingSettingsHandler#

Calls storeSpecificSettings, which is currently not called from non-context handlers.

pack_data(widget)#

Pack the settings for the given widget. This method is used when saving schema, so that when the schema is reloaded the widget is initialized with its proper data and not the class-based defaults. See SettingsHandler.initialize for detailed explanation of its use.

Inherited classes add other data, in particular widget-specific local contexts.

Parameters:

widget (OWBaseWidget) –