Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ f
Function
f
tests/test_sketch.py:860–865 ·
view source on GitHub ↗
Single face
()
Source
from the content-addressed store, hash-verified
858
859
@fixture
860
def
f():
861
""
"
862
Single face
863
""
"
864
865
return
Sketch().rect(0.1, 1).val()
866
867
868
def
test_filter(s1, f):
Callers
nothing calls this directly
Calls
3
Sketch
Class · 0.90
val
Method · 0.45
rect
Method · 0.45
Tested by
no test coverage detected