Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ with_cadquery_objects
Method
with_cadquery_objects
cadquery/cqgi.py:437–440 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
435
return
self
436
437
def
with_cadquery_objects(self):
438
self.env[
"cadquery"
] = cadquery
439
self.env[
"cq"
] = cadquery
440
return
self
441
442
def
add_entry(self, name, value):
443
self.env[name] = value
Callers
1
build
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected