MCPcopy Create free account
hub / github.com/BIT-MCS/DRL-eFresh / prPurple

Function prPurple

utils/base_utils.py:24–24  ·  view source on GitHub ↗
(prt)

Source from the content-addressed store, hash-verified

22
23
24def prPurple(prt): print("\033[95m {}\033[00m".format(prt))
25
26
27def prCyan(prt): print("\033[96m {}\033[00m".format(prt))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected