height property

height property

Height of the pyramid

Definition:

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

See Also