path property

path property

Gets or sets full path to the project.

Definition:

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

See Also