| D | ttx_test.py | 25 import brotlicffi as brotli namespace 27 import brotli 29 brotli = None variable 65 with open(file_path, "r", encoding="utf-8") as f: 68 # ----- 70 # ----- 186 args = ["-s", temp_path] 198 # <?xml version="1.0" encoding="UTF-8"?> 202 parsed_xml = parseXML(self.read_file(ttx_file_path)[2:-1]) 216 args = ["-g", temp_path] [all …]
|