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

Method get

service/settings.py:588–590  ·  view source on GitHub ↗

gets the raw value fo the setting

(self, key)

Source from the content-addressed store, hash-verified

586 return {x: wx.Locale.FindLanguageInfo(x) for x in wx.Translations.Get().GetAvailableTranslations(config.CATALOG)}
587
588 def get(self, key):
589 """gets the raw value fo the setting"""
590 return self.settings[key]
591
592 def get_eos_locale(self):
593 """gets the effective value of the setting"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected