MCPcopy Index your code
hub / github.com/CadQuery/cadquery / test_finalize

Function test_finalize

tests/test_sketch.py:529–534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

527
528
529def test_finalize():
530
531 parent = object()
532 s = Sketch(parent).rect(2, 2).circle(0.5, mode="s")
533
534 assert s.finalize() is parent
535
536
537def test_misc():

Callers

nothing calls this directly

Calls 4

SketchClass · 0.90
finalizeMethod · 0.80
circleMethod · 0.45
rectMethod · 0.45

Tested by

no test coverage detected