Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ print_section_header
Function
print_section_header
scripts/meshstat.py:22–23 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
20
print(
"{:-<48}: {}"
.format(name, val));
21
22
def
print_section_header(val):
23
print_green(
"{:_^55}"
.format(val));
24
25
def
print_basic_info(mesh, info):
26
print_section_header(
"Basic information"
);
Callers
5
print_basic_info
Function · 0.85
print_bbox
Function · 0.85
quantile_breakdown
Function · 0.85
print_voxel_info
Function · 0.85
print_extended_info
Function · 0.85
Calls
1
print_green
Function · 0.90
Tested by
no test coverage detected