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

Method set_localized_store

src/pybind/mgr/mgr_module.py:2257–2258  ·  view source on GitHub ↗
(self, key: str, val: Optional[str])

Source from the content-addressed store, hash-verified

2255 @API.perm('w')
2256 @API.expose
2257 def set_localized_store(self, key: str, val: Optional[str]) -> None:
2258 return self._set_localized(key, val, self.set_store)
2259
2260 def self_test(self) -> Optional[str]:
2261 """

Callers

nothing calls this directly

Calls 1

_set_localizedMethod · 0.95

Tested by

no test coverage detected