Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ saveAll
Method
saveAll
service/settings.py:84–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
82
return
settings_obj
83
84
def
saveAll(self):
85
for
settings in self.settings.values():
86
settings.save()
87
88
89
class
Settings:
Callers
1
OnClose
Method · 0.80
Calls
2
values
Method · 0.80
save
Method · 0.80
Tested by
no test coverage detected