Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ describe_environment
Function
describe_environment
src/debugpy/common/log.py:371–372 ·
view source on GitHub ↗
(header)
Source
from the content-addressed store, hash-verified
369
370
371
def
describe_environment(header):
372
info(
"{0}"
, get_environment_description(header))
373
374
375
stderr = LogFile(
Callers
nothing calls this directly
Calls
2
info
Function · 0.85
get_environment_description
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…