Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ f
Function
f
v2/test/collect_debug_info.py:77–78 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
75
tag =
"XXX in os.environ"
76
try
:
77
def
f(name):
78
return
"%s: %s"
% (name, name in os.environ)
79
_infoX(f(x)
for
x in dummyVars)
80
except
:
81
_info_exc()
Callers
1
_collectDebugInfo_environ
Function · 0.70
Calls
3
_str_exc
Function · 0.85
get
Method · 0.80
getenv
Method · 0.80
Tested by
no test coverage detected