Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ __hash__
Method
__hash__
cadquery/occ_impl/assembly.py:254–256 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
252
raise
ValueError(f
"Unsupported arguments: {args}, {kwargs}"
)
253
254
def
__hash__(self):
255
256
return
hash(self.toTuple())
257
258
def
__eq__(self, other):
259
Callers
nothing calls this directly
Calls
1
toTuple
Method · 0.95
Tested by
no test coverage detected