Searched refs:_OctalPatt (Results 1 – 2 of 2) sorted by relevance
327 _OctalPatt = re.compile(r"\\[0-3][0-7][0-7]") variable352 Omatch = _OctalPatt.search(str, i)
186 _OctalPatt = re.compile(r"\\[0-3][0-7][0-7]") variable211 o_match = _OctalPatt.search(str, i)