tensorstore.KvStore.Spec.__repr__(self) str

Returns a string representation based on the JSON representation.

Example

>>> ts.KvStore.Spec({'driver': 'file', 'path': 'tmp/data/'})
KvStore.Spec({'driver': 'file', 'path': 'tmp/data/'})