property tensorstore_demo.Dim.labelstr

Dimension label, or the empty string to indicate an unlabeled dimension.

Example

>>> ts.Dim().label
''
>>> ts.Dim(label='x').label
'x'

Last update: Nov 16, 2024