Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ init
Method
init
src/pybind/mgr/dashboard/tools.py:416–418 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
414
415
@classmethod
416
def
init(cls):
417
cls.logger = logging.getLogger(__name__)
# type: ignore
418
NotificationQueue.register(cls._handle_finished_task,
'cd_task_finished'
)
419
420
@classmethod
421
def
_handle_finished_task(cls, task):
Callers
8
send_command
Function · 0.45
connect
Method · 0.45
cephfs
Method · 0.45
_run
Method · 0.45
module.py
File · 0.45
__init__
Method · 0.45
serve
Method · 0.45
__init__
Method · 0.45
Calls
2
getLogger
Method · 0.80
register
Method · 0.45
Tested by
no test coverage detected