MCPcopy Create free account
hub / github.com/ceph/ceph / __init__

Method __init__

src/ceph-node-proxy/ceph_node_proxy/atollon.py:8–10  ·  view source on GitHub ↗
(self, **kw: Any)

Source from the content-addressed store, hash-verified

6
7class AtollonSystem(BaseRedfishSystem):
8 def __init__(self, **kw: Any) -> None:
9 super().__init__(**kw)
10 self.log = get_logger(__name__)

Callers

nothing calls this directly

Calls 1

get_loggerFunction · 0.90

Tested by

no test coverage detected