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

Method _repr_javascript_

cadquery/assembly.py:744–751  ·  view source on GitHub ↗

Jupyter 3D representation support

(self)

Source from the content-addressed store, hash-verified

742 return Compound.makeCompound(shapes).locate(self.loc)
743
744 def _repr_javascript_(self):
745 """
746 Jupyter 3D representation support
747 """
748
749 from .occ_impl.jupyter_tools import display
750
751 return display(self)._repr_javascript_()
752
753 def addSubshape(
754 self,

Callers

nothing calls this directly

Calls 1

displayFunction · 0.85

Tested by

no test coverage detected