MCPcopy Index your code
hub / github.com/Bytez-com/docs / tasks

Method tasks

sdk/python/bytez/main.py:32–34  ·  view source on GitHub ↗

List available tasks.

(self)

Source from the content-addressed store, hash-verified

30 return self._parent._list_models(options)
31
32 def tasks(self):
33 """List available tasks."""
34 return self._parent._list_tasks()
35
36 def _list_models(self, options: Optional[Dict[str, str]] = None):
37 """Hidden function to list models."""

Callers 1

tasks.test.tsFile · 0.80

Calls 1

_list_tasksMethod · 0.80

Tested by

no test coverage detected