Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.80
Calls
1
elapsed
Method · 0.95
Tested by
no test coverage detected