MCPcopy 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_commandFunction · 0.45
connectMethod · 0.45
cephfsMethod · 0.45
_runMethod · 0.45
module.pyFile · 0.45
__init__Method · 0.45
serveMethod · 0.45
__init__Method · 0.45

Calls 2

getLoggerMethod · 0.80
registerMethod · 0.45

Tested by

no test coverage detected