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

Method __init__

graphs/data/base/graph.py:41–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 FitGraph.viewMap[cls.internalName] = cls
40
41 def __init__(self):
42 # Format: {(fit ID, target type, target ID): {(xSpec, ySpec): (xs, ys)}}
43 self._plotCache = {}
44 # Format: {(fit ID, target type, target ID): {(xSpec, ySpec): {x: y}}}
45 self._pointCache = {}
46
47 @property
48 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected