Home
last modified time | relevance | path

Searched refs:LINESEPX (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tools/harness-thci/
DOpenThread_BR.py47 LINESEPX = re.compile(r'\r\n|\n') variable
263 self.__lines += [l.rstrip('\r') for l in LINESEPX.split(tail)]
DOpenThread.py85 LINESEPX = re.compile(r'\r\n|\n') variable
209 _lineSepX = LINESEPX
3241 self._lineSepX = LINESEPX
DOpenThread_WpanCtl.py48 LINESEPX = re.compile(r'\r\n|\n') variable
165 self._lines += LINESEPX.split(tail)