MCPcopy
hub / github.com/CadQuery/cadquery / debug

Method debug

cadquery/cqgi.py:349–356  ·  view source on GitHub ↗

Debug print/output an object, with optional arguments.

(self, obj, args={})

Source from the content-addressed store, hash-verified

347 self.outputObjects.append(o)
348
349 def debug(self, obj, args={}):
350 """
351 Debug print/output an object, with optional arguments.
352 """
353 s = ShapeResult()
354 s.shape = obj
355 s.options = args
356 self.debugObjects.append(s)
357
358 def describe_parameter(self, var_data):
359 """

Callers 1

_format_signaturesFunction · 0.80

Calls 2

ShapeResultClass · 0.85
appendMethod · 0.80

Tested by

no test coverage detected