Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ __del__
Method
__del__
src/debugpy/launcher/output.py:55–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
self._worker_thread.start()
54
55
def
__del__(self):
56
fd = self._fd
57
if
fd is not None:
58
try
:
59
os.close(fd)
60
except
Exception:
61
pass
62
63
def
_worker(self):
64
while
self._fd is not None:
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected