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

Function print_header

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

Source from the content-addressed store, hash-verified

12 print(bcolors.BOLD + message + bcolors.ENDC);
13
14def print_header(message):
15 print(bcolors.HEADER + message + bcolors.ENDC);
16
17def print_warning(message):
18 print(bcolors.WARNING + message + bcolors.ENDC);

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected