Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ __exit__
Method
__exit__
st2common/st2common/metrics/base.py:207–208 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
205
return
self
206
207
def
__exit__(self, *args):
208
self.send_time()
209
210
def
__call__(self, func):
211
@wraps(func)
Callers
nothing calls this directly
Calls
1
send_time
Method · 0.95
Tested by
no test coverage detected