path_type property

path_type property

Gets or sets the type of path.

Definition:

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

See Also