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