pywasp.wasp.Config.from_dict# classmethod Config.from_dict(d)[source]# Initialize class from dictionary This is most often used to create a parameter set saved from file. Parameters: d (dict) – Stacked dictionary of the configuration parameters Returns: self (self) – Object filled with the requested fields