startup_path property

startup_path property

Gets or sets the startup path, which is referred to by some external formula references.

Definition:

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

See Also