Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Method · 0.45
OnGraphSwitched
Method · 0.45
draw
Method · 0.45
OnChargeExportChange
Method · 0.45
OnImplantsExportChange
Method · 0.45
OnBoostersExportChange
Method · 0.45
__init__
Method · 0.45
SuppressChange
Method · 0.45
OnResourcesChange
Method · 0.45
OnResistancesChange
Method · 0.45
OnRechargeChange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected