Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ __getstate__
Method
__getstate__
cadquery/occ_impl/assembly.py:271–273 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
269
return
(*rgb, a)
270
271
def
__getstate__(self) -> Tuple[float, float, float, float]:
272
273
return
self.toTuple()
274
275
def
__setstate__(self, data: Tuple[float, float, float, float]):
276
Callers
nothing calls this directly
Calls
1
toTuple
Method · 0.95
Tested by
no test coverage detected