Home
last modified time | relevance | path

Searched refs:re_vt100 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/test/py/
H A Du_boot_spawn.py48 self.re_vt100 = re.compile('(\x1b\[|\x9b)[^@-_a-z]*[@-_a-z]|\x1b[@-_a-z]')
183 self.buf = self.re_vt100.sub('', self.buf, count=1000000)
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py34 re_vt100 = re.compile(r'(\x1b\[|\x9b)[^@-_a-z]*[@-_a-z]|\x1b[@-_a-z]') variable
685 data += re_vt100.sub("", answer.decode('utf-8'))