MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / set_value

Method set_value

config/settings.py:159–160  ·  view source on GitHub ↗
(self, section, value)

Source from the content-addressed store, hash-verified

157 return Settings.parseBool(value) if value is not None else False
158
159 def set_value(self, section, value):
160 Settings.setting[self.__setting_key__][section]=value
161
162 @property
163 def keys(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected