pnt property

pnt property

Pnt

Definition:

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

See Also