Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ test_replace
Function
test_replace
tests/test_sketch.py:922–924 ·
view source on GitHub ↗
(s3, f)
Source
from the content-addressed store, hash-verified
920
921
922
def
test_replace(s3, f):
923
924
assert s3.map(
lambda
x: f).replace().reset().val().Area() == approx(0.1)
925
926
927
def
test_add(s3, f):
Callers
nothing calls this directly
Calls
5
reset
Method · 0.80
Area
Method · 0.45
val
Method · 0.45
replace
Method · 0.45
map
Method · 0.45
Tested by
no test coverage detected