Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/profiling/tracing/__init__.py:134–135 ·
view source on GitHub ↗
(self, *exc_info)
Source
from the content-addressed store, hash-verified
132
return
self
133
134
def
__exit__(self, *exc_info):
135
self.disable()
136
137
# ____________________________________________________________
138
Callers
nothing calls this directly
Calls
1
disable
Method · 0.45
Tested by
no test coverage detected