MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

service/fit.py:44–46  ·  view source on GitHub ↗
(self, fitID)

Source from the content-addressed store, hash-verified

42
43class DeferRecalc:
44 def __init__(self, fitID):
45 self.fitID = fitID
46 self.sFit = Fit.getInstance()
47
48 def __enter__(self):
49 self._recalc = self.sFit.recalc

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected