Searched refs:p_char (Results 1 – 1 of 1) sorted by relevance
39 p_char = re.compile(r"'(\\.[^\\]*|[^\\])'") variable98 body = p_char.sub("ord('\\1')", body)