MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / set

Method set

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

Source from the content-addressed store, hash-verified

390 return self.settings[type]
391
392 def set(self, type, value):
393 self.settings[type] = value
394
395 def keys(self):
396 return config.supported_servers.keys()

Callers 15

__init__Method · 0.45
runMethod · 0.45
OnGraphSwitchedMethod · 0.45
drawMethod · 0.45
OnChargeExportChangeMethod · 0.45
__init__Method · 0.45
SuppressChangeMethod · 0.45
OnResourcesChangeMethod · 0.45
OnResistancesChangeMethod · 0.45
OnRechargeChangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected