Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ elapsed
Method
elapsed
utils/timer.py:46–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
self.start = time.time()
45
46
def
elapsed(self):
47
return
time.time() - self.start
48
49
def
remainder(self):
50
return
max(self.timeout - self.elapsed(), 0)
Callers
1
remainder
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected