MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / set_settings

Method set_settings

src/puppets/puppet.py:75–82  ·  view source on GitHub ↗

Set the settings Args: settings: The settings to set

(self, settings:dict)

Source from the content-addressed store, hash-verified

73 pass
74
75 def set_settings(self, settings:dict) -> None:
76 """Set the settings
77
78 Args:
79 settings: The settings to set
80 """
81 for setting in settings:
82 self.settings[setting] = settings[setting]
83
84 def get_settings(self):
85 return self.settings

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected