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

Method get

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

Source from the content-addressed store, hash-verified

428 self.serviceStatViewDefaultSettings = SettingsProvider.getInstance().getSettings("pyfaServiceStatViewSettings", serviceStatViewDefaultSettings)
429
430 def get(self, type):
431 return self.serviceStatViewDefaultSettings[type]
432
433 def set(self, type, value):
434 self.serviceStatViewDefaultSettings[type] = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected