poly property

poly property

Definition:

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

See Also