MCPcopy Create free account
hub / github.com/F-Stack/f-stack / RED

Function RED

dpdk/dts/framework/utils.py:72–73  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

70
71
72def RED(text: str) -> str:
73 return f"\u001B[31;1m{str(text)}\u001B[0m"
74
75
76class MesonArgs(object):

Callers 1

check_dts_python_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected