girth property

girth property

Gets or sets the length of girth.

Definition:

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

See Also