Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ __init__
Method
__init__
graphs/data/base/cache.py:23–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
class
FitDataCache:
22
23
def
__init__(self):
24
self._data = {}
25
26
def
clearForFit(self, fitID):
27
if
fitID in self._data:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected