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

Method _get_values

SpiffWorkflow/operators.py:223–227  ·  view source on GitHub ↗
(self, task)

Source from the content-addressed store, hash-verified

221 self.args = args
222
223 def _get_values(self, task):
224 values = []
225 for arg in self.args:
226 values.append(str(valueof(task, arg)))
227 return values
228
229 def _matches(self, task):
230 raise NotImplementedError("Abstract class, do not call")

Callers 5

_matchesMethod · 0.80
_matchesMethod · 0.80
_matchesMethod · 0.80
_matchesMethod · 0.80
_matchesMethod · 0.80

Calls 1

valueofFunction · 0.85

Tested by

no test coverage detected