weight property

weight property

Returns or sets the weight of the line ,in units of pt.

Definition:

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

See Also