Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-MCS/DRL-eFresh
/ prRed
Function
prRed
utils/base_utils.py:12–12 ·
view source on GitHub ↗
(prt)
Source
from the content-addressed store, hash-verified
10
params=Params()
11
12
def
prRed(prt): print(
"\033[91m {}\033[00m"
.format(prt))
13
14
15
def
prGreen(prt): print(
"\033[92m {}\033[00m"
.format(prt))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected