Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
def
print_red(message):
27
print(bcolors.FAIL + message + bcolors.ENDC);
Callers
5
print_property
Function · 0.90
print_bbox
Function · 0.90
quantile_breakdown
Function · 0.90
print_self_intersection_info
Function · 0.90
load_info
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected