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

Method set

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

Source from the content-addressed store, hash-verified

431 return self.serviceStatViewDefaultSettings[type]
432
433 def set(self, type, value):
434 self.serviceStatViewDefaultSettings[type] = value
435
436
437class MarketPriceSettings:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected