Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ ExtendedWorkplane
Class
ExtendedWorkplane
tests/test_cadquery.py:249–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
""
"
248
249
class
ExtendedWorkplane(Workplane):
250
def
nonExistentInWorkplane(self):
251
pass
252
253
# Call an inherited fluent method:
254
wp = ExtendedWorkplane(
"XY"
).moveTo(1, 2)
Callers
1
testFluentMethodInheritance
Method · 0.85
Calls
no outgoing calls
Tested by
1
testFluentMethodInheritance
Method · 0.68