MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / set

Method set

service/settings.py:547–548  ·  view source on GitHub ↗
(self, type, value)

Source from the content-addressed store, hash-verified

545 return self.settings[type]
546
547 def set(self, type, value):
548 self.settings[type] = value
549
550
551class LocaleSettings:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected