Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-MCS/DRL-eFresh
/ prLightGray
Function
prLightGray
utils/base_utils.py:30–30 ·
view source on GitHub ↗
(prt)
Source
from the content-addressed store, hash-verified
28
29
30
def
prLightGray(prt): print(
"\033[97m {}\033[00m"
.format(prt))
31
32
33
def
prBlack(prt): print(
"\033[98m {}\033[00m"
.format(prt))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected