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

Method editNotes

service/fit.py:260–264  ·  view source on GitHub ↗
(fitID, notes)

Source from the content-addressed store, hash-verified

258
259 @staticmethod
260 def editNotes(fitID, notes):
261 fit = eos.db.getFit(fitID)
262 if fit:
263 fit.notes = notes
264 eos.db.commit()
265
266 def toggleFactorReload(self, value=None):
267 self.serviceFittingOptions['useGlobalForceReload'] = value if value is not None else not self.serviceFittingOptions['useGlobalForceReload']

Callers 2

fitChangedMethod · 0.80
delayedSaveMethod · 0.80

Calls 1

getFitMethod · 0.80

Tested by

no test coverage detected