Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ run
Method
run
tests/test_examples.py:39–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
codes = []
38
39
def
run(self):
40
41
self.codes.append(
"\n"
.join(self.content))
42
43
return
[]
44
45
directives.register_directive(
"cadquery"
, dummy_cq_directive)
46
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected