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

Method getPoint

graphs/data/base/getter.py:35–36  ·  view source on GitHub ↗
(self, x, miscParams, src, tgt)

Source from the content-addressed store, hash-verified

33
34 @abstractmethod
35 def getPoint(self, x, miscParams, src, tgt):
36 raise NotImplementedError
37
38
39class SmoothPointGetter(PointGetter, metaclass=ABCMeta):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected