mutapath.Path.startswith

Path.startswith(prefix[, start[, end]]) → bool[source]

Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. prefix can also be a tuple of strings to try.