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

Method _repr_javascript_

cadquery/occ_impl/shapes.py:1723–1730  ·  view source on GitHub ↗

Jupyter 3D representation support

(self)

Source from the content-addressed store, hash-verified

1721 return rv
1722
1723 def _repr_javascript_(self) -> str:
1724 """
1725 Jupyter 3D representation support
1726 """
1727
1728 from .jupyter_tools import display
1729
1730 return display(self)._repr_javascript_()
1731
1732 def __iter__(self) -> Iterator[Shape]:
1733 """

Callers

nothing calls this directly

Calls 1

displayFunction · 0.85

Tested by

no test coverage detected