process_settings¶
- threadcount.fit.process_settings(default_settings, user_settings_string='')[source]¶
Combine the default settings with any user settings.
Process the user settings and override the default if a corresponding user setting exists. Print a warning if a there is a missing user setting.
- Parameters:
- Returns:
A simple namespace containing the settings, for easier access to attributes.
- Return type: