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

Method __init__

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

Source from the content-addressed store, hash-verified

31class FitWarpTimeGraph(FitGraph):
32
33 def __init__(self, *args, **kwargs):
34 super().__init__(*args, **kwargs)
35 self._subspeedCache = SubwarpSpeedCache()
36
37 def _clearInternalCache(self, reason, extraData):
38 if reason in (GraphCacheCleanupReason.fitChanged, GraphCacheCleanupReason.fitRemoved):

Callers

nothing calls this directly

Calls 1

SubwarpSpeedCacheClass · 0.85

Tested by

no test coverage detected