holes property

holes property

Gets or sets the holes. The hole element represents a hole in the polygon specified. There must be at least one hole element.

Definition:

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

See Also