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

Function print_green

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

Source from the content-addressed store, hash-verified

18 print(bcolors.WARNING + message + bcolors.ENDC);
19
20def print_green(message):
21 print(bcolors.OKGREEN + message + bcolors.ENDC);
22
23def print_blue(message):
24 print(bcolors.OKBLUE + message + bcolors.ENDC);

Callers 1

print_section_headerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected