MCPcopy 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
89class Settings:

Callers 1

OnCloseMethod · 0.80

Calls 2

valuesMethod · 0.80
saveMethod · 0.80

Tested by

no test coverage detected