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

Method clearForFit

graphs/data/base/cache.py:26–28  ·  view source on GitHub ↗
(self, fitID)

Source from the content-addressed store, hash-verified

24 self._data = {}
25
26 def clearForFit(self, fitID):
27 if fitID in self._data:
28 del self._data[fitID]
29
30 def clearAll(self):
31 self._data.clear()

Callers 3

_clearInternalCacheMethod · 0.80
_clearInternalCacheMethod · 0.80
_clearInternalCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected