add_path_segment method

add_path_segment

Adds a custom path segment to the path data.

Returns

The current PathBuilder instance.

def add_path_segment(self, segment):
    ...
ParameterTypeDescription
segmentstrThe custom path segment string.

See Also