Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ __exit__
Method
__exit__
utils/timer.py:35–37 ·
view source on GitHub ↗
(self, type, value, traceback)
Source
from the content-addressed store, hash-verified
33
return
self
34
35
def
__exit__(self, type, value, traceback):
36
self.checkpoint(
'finished'
)
37
pass
38
39
40
class
CountdownTimer:
Callers
nothing calls this directly
Calls
1
checkpoint
Method · 0.95
Tested by
no test coverage detected