Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaPanel/BaoTa
/ get_ident
Method
get_ident
task.py:2866–2870 ·
view source on GitHub ↗
获取任务标识
(self)
Source
from the content-addressed store, hash-verified
2864
return
int(time.time() + self.interval)
2865
2866
def
get_ident(self) -> int:
2867
""
"
2868
获取任务标识
2869
""
"
2870
return
self._ident
2871
2872
def
set_ident(self, ident: int):
2873
""
"
Callers
2
init_tasks
Method · 0.80
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected