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

Function s1

tests/test_sketch.py:840–846  ·  view source on GitHub ↗

Sketch with 2 faces

()

Source from the content-addressed store, hash-verified

838
839@fixture
840def s1():
841 """
842 Sketch with 2 faces
843
844 """
845
846 return Sketch().rect(1, 1).push([(5, 0)]).rect(1, 4).reset()
847
848
849@fixture

Callers

nothing calls this directly

Calls 4

SketchClass · 0.90
resetMethod · 0.80
pushMethod · 0.80
rectMethod · 0.45

Tested by

no test coverage detected