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

Method get

service/settings.py:464–465  ·  view source on GitHub ↗
(self, type)

Source from the content-addressed store, hash-verified

462 PriceMenuDefaultSettings)
463
464 def get(self, type):
465 return self.PriceMenuDefaultSettings[type]
466
467 def set(self, type, value):
468 self.PriceMenuDefaultSettings[type] = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected