MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / __init__

Method __init__

client/util/reporter.py:71–73  ·  view source on GitHub ↗
(self, task_params)

Source from the content-addressed store, hash-verified

69 """任务进度上报类
70 """
71 def __init__(self, task_params):
72 self._task_params = task_params
73 self._task_scene = task_params.get('task_scene', None)
74
75 def update_task_progress(self, info):
76 """向server上报,更新任务执行进度

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected