MCPcopy Create free account
hub / github.com/closeio/tasktiger / func

Method func

tasktiger/task.py:272–275  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270
271 @property
272 def func(self) -> Callable:
273 if not self._func:
274 self._func = import_attribute(self.serialized_func)
275 return self._func
276
277 @property
278 def max_stored_executions(self) -> Optional[int]:

Callers 1

run_single_taskMethod · 0.80

Calls 1

import_attributeFunction · 0.85

Tested by

no test coverage detected