MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

graphs/data/fitRemoteReps/graph.py:33–35  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

31class FitRemoteRepsGraph(FitGraph):
32
33 def __init__(self, *args, **kwargs):
34 super().__init__(*args, **kwargs)
35 self._timeCache = TimeCache()
36
37 def _clearInternalCache(self, reason, extraData):
38 # Here, we care only about fit changes, graph changes and option switches

Callers

nothing calls this directly

Calls 1

TimeCacheClass · 0.70

Tested by

no test coverage detected