Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaPanel/BaoTa
/ get_info
Method
get_info
mod/project/python/serviceMod.py:358–361 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
356
return
data
357
358
def
get_info(self):
359
res = super().get_info()
360
res[
'name'
] =
"项目主服务"
361
return
res
362
363
364
class
CeleryService(PythonService):
Callers
nothing calls this directly
Calls
1
get_info
Method · 0.45
Tested by
no test coverage detected