MCPcopy 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

10params=Params()
11
12def prRed(prt): print("\033[91m {}\033[00m".format(prt))
13
14
15def prGreen(prt): print("\033[92m {}\033[00m".format(prt))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected