Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ close
Method
close
src/debugpy/common/log.py:108–109 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
106
__bool__ = __nonzero__ =
lambda
self: False
107
108
def
close(self):
109
pass
110
111
def
__enter__(self):
112
return
self
Callers
15
__del__
Method · 0.45
_process_chunk
Method · 0.45
preexec_fn
Function · 0.45
spawn
Function · 0.45
attach_to_pid
Function · 0.45
listen
Function · 0.45
close
Method · 0.45
_close_files
Function · 0.45
can_bind_ipv4_localhost
Function · 0.45
can_bind_ipv6_localhost
Function · 0.45
create_server
Function · 0.45
close_socket
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected