Searched refs:DOT_DOT_REGEX (Results 1 – 2 of 2) sorted by relevance
258 DOT_DOT_REGEX = re.compile(r'\.\.') variable355 dots_pos = SkipUntil(lines, pos, DOT_DOT_REGEX, '..')