w property

w property

Gets or sets W coordinate

Definition:

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

See Also