MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / print_red

Function print_red

scripts/print_utils.py:26–27  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

24 print(bcolors.OKBLUE + message + bcolors.ENDC);
25
26def print_red(message):
27 print(bcolors.FAIL + message + bcolors.ENDC);

Callers 5

print_propertyFunction · 0.90
print_bboxFunction · 0.90
quantile_breakdownFunction · 0.90
load_infoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected