path property

path property

Path

Definition:

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

See Also