Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ __eq__
Method
__eq__
cadquery/occ_impl/shapes.py:1381–1383 ·
view source on GitHub ↗
(self, other: Any)
Source
from the content-addressed store, hash-verified
1379
return
self.hashCode()
1380
1381
def
__eq__(self, other: Any) -> bool:
1382
1383
return
self.isSame(other)
if
isinstance(other, Shape)
else
False
1384
1385
def
_bool_op(
1386
self,
Callers
nothing calls this directly
Calls
1
isSame
Method · 0.95
Tested by
no test coverage detected