Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ _close_files
Function
_close_files
src/debugpy/common/log.py:384–386 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
382
383
@atexit.register
384
def
_close_files():
385
for
file in tuple(_files.values()):
386
file.close()
387
388
389
# The following are helper shortcuts for printf debugging. They must never be used
Callers
nothing calls this directly
Calls
2
values
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…