MCPcopy
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
860def f():
861 """
862 Single face
863 """
864
865 return Sketch().rect(0.1, 1).val()
866
867
868def test_filter(s1, f):

Callers

nothing calls this directly

Calls 3

SketchClass · 0.90
valMethod · 0.45
rectMethod · 0.45

Tested by

no test coverage detected