y_dim property

y_dim property

YDim

Definition:

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

See Also