vector property

vector property

Definition:

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

See Also