path_seg_type property

path_seg_type property

The type of the path segment as specified by one of the constants defined on this interface.

Definition:

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

See Also