MCPcopy
hub / github.com/CadQuery/cadquery / __init__

Method __init__

cadquery/cq.py:158–159  ·  view source on GitHub ↗
(self, obj: CQObject)

Source from the content-addressed store, hash-verified

156
157 @overload
158 def __init__(self, obj: CQObject) -> None:
159 ...
160
161 @overload
162 def __init__(

Callers

nothing calls this directly

Calls 2

CQContextClass · 0.85
namedMethod · 0.80

Tested by

no test coverage detected