Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ write
Method
write
src/debugpy/common/log.py:76–82 ·
view source on GitHub ↗
(self, level, output)
Source
from the content-addressed store, hash-verified
74
_update_levels()
75
76
def
write(self, level, output):
77
if
level in self.levels:
78
try
:
79
self.file.write(output)
80
self.file.flush()
81
except
Exception:
# pragma: no cover
82
pass
83
84
def
close(self):
85
with
_lock:
Callers
15
do_vcs_install
Function · 0.45
write_to_version_file
Function · 0.45
run
Method · 0.45
run
Method · 0.45
find_sources
Method · 0.45
do_setup
Function · 0.45
_process_chunk
Method · 0.45
_wait_for_user_input
Function · 0.45
attach_to_pid
Function · 0.45
newline
Function · 0.45
write
Function · 0.45
write_json
Method · 0.45
Calls
1
flush
Method · 0.45
Tested by
12
write_log
Function · 0.36
factory
Function · 0.36
code_to_debug
Function · 0.36
code_to_debug
Function · 0.36
code_to_debug
Function · 0.36
test_shell_expansion
Function · 0.36
test_debuggee_filename_with_space
Function · 0.36
test_input
Function · 0.36
test_sudo
Function · 0.36
make_custompy
Function · 0.36
test_unicode_dir
Function · 0.36
cli_parser
Function · 0.36