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

Method __call__

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

Source from the content-addressed store, hash-verified

1218 return self.task.id
1219
1220 def __call__(self, *args, **kwargs):
1221 return self.get(*args, **kwargs)
1222
1223 def is_ready(self):
1224 return self._get() is not EmptyData

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected