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

Method get

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

Source from the content-addressed store, hash-verified

496 self.ContextMenuDefaultSettings = SettingsProvider.getInstance().getSettings("pyfaContextMenuSettings", ContextMenuDefaultSettings)
497
498 def get(self, type):
499 return self.ContextMenuDefaultSettings[type]
500
501 def set(self, type, value):
502 self.ContextMenuDefaultSettings[type] = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected