Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ test_circle
Function
test_circle
tests/test_free_functions.py:415–421 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
413
414
415
def
test_circle():
416
417
s = circle(1)
418
419
assert s.isValid()
420
assert s.IsClosed()
421
assert s.Length() == approx(2 * pi)
422
423
424
def
test_ellipse():
Callers
nothing calls this directly
Calls
4
circle
Function · 0.85
isValid
Method · 0.80
IsClosed
Method · 0.80
Length
Method · 0.45
Tested by
no test coverage detected