base_path property

base_path property

Specifies the base path where document with resources will be saved. Default is the current directory of the application.

Definition:

@property
def base_path(self):
    ...

@base_path.setter
def base_path(self, value):
    ...

See Also