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

Method __repr__

SpiffWorkflow/task.py:411–412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

409 return TaskIterator(self)
410
411 def __repr__(self):
412 return f'<Task object ({self.task_spec.name}) in state {TaskState.get_name(self.state)} with id {self.id}>'
413
414 # I will probably remove these methods at some point because I hate them
415

Callers

nothing calls this directly

Calls 1

get_nameMethod · 0.45

Tested by

no test coverage detected