MCPcopy 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_chunkMethod · 0.45
preexec_fnFunction · 0.45
spawnFunction · 0.45
attach_to_pidFunction · 0.45
listenFunction · 0.45
closeMethod · 0.45
_close_filesFunction · 0.45
can_bind_ipv4_localhostFunction · 0.45
can_bind_ipv6_localhostFunction · 0.45
create_serverFunction · 0.45
close_socketFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected