Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
def
print_header(message):
15
print(bcolors.HEADER + message + bcolors.ENDC);
16
17
def
print_warning(message):
18
print(bcolors.WARNING + message + bcolors.ENDC);
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected