MCPcopy
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
922def test_replace(s3, f):
923
924 assert s3.map(lambda x: f).replace().reset().val().Area() == approx(0.1)
925
926
927def test_add(s3, f):

Callers

nothing calls this directly

Calls 5

resetMethod · 0.80
AreaMethod · 0.45
valMethod · 0.45
replaceMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected