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