Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ assert_all_valid
Function
assert_all_valid
tests/test_free_functions.py:93–96 ·
view source on GitHub ↗
(*objs: Shape)
Source
from the content-addressed store, hash-verified
91
92
93
def
assert_all_valid(*objs: Shape):
94
95
for
o in objs:
96
assert o.isValid()
97
98
99
def
vector_equal(v1, v2):
Callers
3
test_cap
Function · 0.85
test_sweep
Function · 0.85
test_loft
Function · 0.85
Calls
1
isValid
Method · 0.80
Tested by
no test coverage detected