Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ __repr__
Method
__repr__
cadquery/hull.py:32–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
self.y = y
31
32
def
__repr__(self):
33
34
return
f
"( {self.x},{self.y} )"
35
36
def
__hash__(self):
37
Callers
1
_repr_javascript_
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected