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

Method __init__

src/python-common/ceph/deployment/service_spec.py:653–656  ·  view source on GitHub ↗
(self, content: str, mount_path: str)

Source from the content-addressed store, hash-verified

651 _fields = ['content', 'mount_path']
652
653 def __init__(self, content: str, mount_path: str) -> None:
654 self.content: str = content
655 self.mount_path: str = mount_path
656 self.validate()
657
658 def to_json(self) -> Dict[str, Any]:
659 return {

Callers

nothing calls this directly

Calls 1

validateMethod · 0.95

Tested by

no test coverage detected