x_dim property

x_dim property

XDim

Definition:

@property
def x_dim(self):
    ...
@x_dim.setter
def x_dim(self, value):
    ...

See Also