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

Method clearFit

service/fit.py:250–257  ·  view source on GitHub ↗
(fitID)

Source from the content-addressed store, hash-verified

248
249 @staticmethod
250 def clearFit(fitID):
251 pyfalog.debug("Clearing fit for fit ID: {0}", fitID)
252 if fitID is None:
253 return None
254
255 fit = eos.db.getFit(fitID)
256 fit.clear()
257 return fit
258
259 @staticmethod
260 def editNotes(fitID, notes):

Callers 1

OnCloseMethod · 0.80

Calls 2

getFitMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected