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

Method __init__

graphs/data/fitDamageStats/graph.py:36–39  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

34class FitDamageStatsGraph(FitGraph):
35
36 def __init__(self, *args, **kwargs):
37 super().__init__(*args, **kwargs)
38 self._timeCache = TimeCache()
39 self._projectedCache = ProjectedDataCache()
40
41 def _clearInternalCache(self, reason, extraData):
42 # Here, we care only about fit changes and graph changes.

Callers

nothing calls this directly

Calls 2

ProjectedDataCacheClass · 0.85
TimeCacheClass · 0.50

Tested by

no test coverage detected