MCPcopy 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
22def print_section_header(val):
23 print_green("{:_^55}".format(val));
24
25def print_basic_info(mesh, info):
26 print_section_header("Basic information");

Callers 5

print_basic_infoFunction · 0.85
print_bboxFunction · 0.85
quantile_breakdownFunction · 0.85
print_voxel_infoFunction · 0.85
print_extended_infoFunction · 0.85

Calls 1

print_greenFunction · 0.90

Tested by

no test coverage detected