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

Method __call__

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

Source from the content-addressed store, hash-verified

1031 return ResultGroup([self.huey.enqueue(t) for t in self._apply(it)])
1032
1033 def __call__(self, *args, **kwargs):
1034 return self.huey.enqueue(self.s(*args, **kwargs))
1035
1036 def call_local(self, *args, **kwargs):
1037 return self.func(*args, **kwargs)

Callers

nothing calls this directly

Calls 2

sMethod · 0.95
enqueueMethod · 0.45

Tested by

no test coverage detected