MCPcopy Create free account
hub / github.com/coleifer/huey / error

Method error

huey/api.py:1161–1165  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1159 return chord(self.tasks, task)
1160
1161 def error(self, *args, **kwargs):
1162 # Apply error handler to all tasks.
1163 for task in self.tasks:
1164 task.error(*args, **kwargs)
1165 return self
1166
1167
1168class chord(object):

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected