Searched refs:LOGX (Results 1 – 2 of 2) sorted by relevance
88 LOGX = re.compile(r'((\[(-|C|W|N|I|D)\])' variable95 assert LOGX.match('[-]')96 assert LOGX.match('[C]')97 assert LOGX.match('[W]')98 assert LOGX.match('[N]')99 assert LOGX.match('[I]')100 assert LOGX.match('[D]')101 assert LOGX.match('------------------------------------------------------------------------')102 assert LOGX.match('==============================[TX len=108]===============================')103 assert LOGX.match('| 61 DC D2 CE FA 04 00 00 | 00 00 0A 6E 16 01 00 00 | aRNz......n....')[all …]
49 LOGX = re.compile(r'.*Under-voltage detected!') variable52 assert LOGX.match('[57522.618196] Under-voltage detected! (0x00050005)')273 if LOGX.match(line):