Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ test_shape
Function
test_shape
tests/test_pickle.py:37–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
36
37
def
test_shape():
38
39
s = Shape(box(1, 1, 1).wrapped)
40
41
assert isinstance(loads(dumps(s)), Shape)
42
43
44
def
test_assy():
Callers
nothing calls this directly
Calls
2
Shape
Class · 0.90
box
Function · 0.85
Tested by
no test coverage detected