MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / set_ident

Method set_ident

task.py:2872–2876  ·  view source on GitHub ↗

设置任务标识

(self, ident: int)

Source from the content-addressed store, hash-verified

2870 return self._ident
2871
2872 def set_ident(self, ident: int):
2873 """
2874 设置任务标识
2875 """
2876 self._ident = ident
2877
2878 def run(self):
2879 """

Callers 1

start_scripts_serviceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected