tensorstore.Dim.__repr__(self) → str Returns the string representation as a Python expression. >>> ts.Dim(size=5, label='x', implicit_upper=True) Dim(inclusive_min=0, exclusive_max=5, implicit_upper=True, label="x")