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

Method set

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

Source from the content-addressed store, hash-verified

519 return self.EOSSettings[type]
520
521 def set(self, type, value):
522 self.EOSSettings[type] = value
523
524
525class GraphSettings:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected