girth property

girth property

Girth

Definition:

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

See Also