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

Method set

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

Source from the content-addressed store, hash-verified

465 return self.PriceMenuDefaultSettings[type]
466
467 def set(self, type, value):
468 self.PriceMenuDefaultSettings[type] = value
469
470
471class ContextMenuSettings:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected