Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ set
Method
set
service/settings.py:350–351 ·
view source on GitHub ↗
(self, type, value)
Source
from the content-addressed store, hash-verified
348
return
self.serviceUpdateSettings[type]
349
350
def
set(self, type, value):
351
self.serviceUpdateSettings[type] = value
352
353
354
class
EsiSettings:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected