MCPcopy Index your code
hub / github.com/coleifer/huey / _apply

Method _apply

huey/api.py:1027–1028  ·  view source on GitHub ↗
(self, it)

Source from the content-addressed store, hash-verified

1025 return self.huey.enqueue(task)
1026
1027 def _apply(self, it):
1028 return [self.s(*(i if isinstance(i, tuple) else (i,))) for i in it]
1029
1030 def map(self, it):
1031 return ResultGroup([self.huey.enqueue(t) for t in self._apply(it)])

Callers 1

mapMethod · 0.95

Calls 1

sMethod · 0.95

Tested by

no test coverage detected