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

Method __exit__

service/fit.py:52–54  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

50 self.sFit.recalc = lambda x: pyfalog.debug('Deferred Recalc')
51
52 def __exit__(self, *args):
53 self.sFit.recalc = self._recalc
54 self.sFit.recalc(self.fitID)
55
56
57class Fit:

Callers

nothing calls this directly

Calls 1

recalcMethod · 0.80

Tested by

no test coverage detected