MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / Task

Class Task

core/taskqueue.py:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20@dataclass
21class Task:
22 id: int
23 description: str
24 status: str = STATUS_PENDING
25 result: str = ''
26 error: str = ''
27
28class TaskQueue:
29 def __init__(self, name='', project_dir=None):

Callers 2

addMethod · 0.70
loadMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected