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

Method _set_module_option

src/pybind/mgr/mgr_module.py:2185–2187  ·  view source on GitHub ↗
(self, key: str, val: Any)

Source from the content-addressed store, hash-verified

2183 return self._get_module_option(key, default, self.get_mgr_id())
2184
2185 def _set_module_option(self, key: str, val: Any) -> None:
2186 return self._ceph_set_module_option(self.module_name, key,
2187 None if val is None else str(val))
2188
2189 def set_module_option(self, key: str, val: Any) -> None:
2190 """

Callers 1

set_module_optionMethod · 0.95

Calls 1

Tested by

no test coverage detected