Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ __exit__
Method
__exit__
src/debugpy/common/log.py:99–100 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
97
return
self
98
99
def
__exit__(self, exc_type, exc_val, exc_tb):
100
self.close()
101
102
103
class
NoLog(object):
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected