MCPcopy Index your code
hub / github.com/CadQuery/cadquery / __eq__

Method __eq__

cadquery/occ_impl/assembly.py:258–260  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

256 return hash(self.toTuple())
257
258 def __eq__(self, other):
259
260 return self.toTuple() == other.toTuple()
261
262 def toTuple(self) -> Tuple[float, float, float, float]:
263 """

Callers

nothing calls this directly

Calls 1

toTupleMethod · 0.95

Tested by

no test coverage detected