Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ test_imprint_error
Function
test_imprint_error
tests/test_free_functions.py:642–649 ·
view source on GitHub ↗
(patch_find)
Source
from the content-addressed store, hash-verified
640
641
642
def
test_imprint_error(patch_find):
643
644
b1 = box(1, 1, 1)
645
b2 = b1.moved(x=1)
646
647
history = History()
648
649
_ = imprint(b1, b2, history=history)
650
651
652
def
test_setThreads():
Callers
nothing calls this directly
Calls
4
History
Class · 0.90
box
Function · 0.85
imprint
Function · 0.50
moved
Method · 0.45
Tested by
no test coverage detected