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

Method get

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

Source from the content-addressed store, hash-verified

542 self.settings = SettingsProvider.getInstance().getSettings('graphSettings', defaults)
543
544 def get(self, type):
545 return self.settings[type]
546
547 def set(self, type, value):
548 self.settings[type] = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected