MCPcopy
hub / github.com/sartography/SpiffWorkflow / dump

Method dump

SpiffWorkflow/task.py:435–437  ·  view source on GitHub ↗

Prints the subtree as a string for debugging.

(self, indent=0)

Source from the content-addressed store, hash-verified

433 return dbg
434
435 def dump(self, indent=0):
436 """Prints the subtree as a string for debugging."""
437 print(self.get_dump())

Callers 2

run_workflowFunction · 0.45
doPickleSingleMethod · 0.45

Calls 1

get_dumpMethod · 0.95

Tested by 1

doPickleSingleMethod · 0.36