Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
840
def
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
Sketch
Class · 0.90
reset
Method · 0.80
push
Method · 0.80
rect
Method · 0.45
Tested by
no test coverage detected