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

Method __init__

graphs/data/base/getter.py:27–28  ·  view source on GitHub ↗
(self, graph)

Source from the content-addressed store, hash-verified

25class PointGetter(metaclass=ABCMeta):
26
27 def __init__(self, graph):
28 self.graph = graph
29
30 @abstractmethod
31 def getRange(self, xRange, miscParams, src, tgt):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected