Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ grey
Function
grey
tools/python-3.11.9-amd64/Lib/cgitb.py:63–67 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
61
return
''
62
63
def
grey(text):
64
if
text:
65
return
'<font color="#909090">'
+ text +
'</font>'
66
else
:
67
return
''
68
69
def
lookup(name, frame, locals):
70
""
"Find the value for a given name in the given environment."
""
Callers
1
html
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected