traveler.core.downloading.Path.match#

Path.match(path_pattern, *, case_sensitive=None)#

Return True if this path matches the given pattern. If the pattern is relative, matching is done from the right; otherwise, the entire path is matched. The recursive wildcard ‘**’ is not supported by this method.