Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ set_failure_result
Method
set_failure_result
cadquery/cqgi.py:175–177 ·
view source on GitHub ↗
(self, ex)
Source
from the content-addressed store, hash-verified
173
self.exception = None
174
175
def
set_failure_result(self, ex):
176
self.exception = ex
177
self.success = False
178
179
def
set_debug(self, debugObjects):
180
self.debugObjects = debugObjects
Callers
1
build
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected