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

Method set

service/settings.py:501–502  ·  view source on GitHub ↗
(self, type, value)

Source from the content-addressed store, hash-verified

499 return self.ContextMenuDefaultSettings[type]
500
501 def set(self, type, value):
502 self.ContextMenuDefaultSettings[type] = value
503
504
505class EOSSettings:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected