alternate_paths property

alternate_paths property

Gets or sets the array of alternate path.

Definition:

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

See Also