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

Method remainder

utils/timer.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 return time.time() - self.start
48
49 def remainder(self):
50 return max(self.timeout - self.elapsed(), 0)

Callers 1

pyfa.pyFile · 0.80

Calls 1

elapsedMethod · 0.95

Tested by

no test coverage detected