Home
last modified time | relevance | path

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

/external/autotest/tko/
Dstatus_lib.py23 DEFAULT_BLOCKLIST = ('\r\x00',) variable
24 def clean_raw_line(raw_line, blocklist=DEFAULT_BLOCKLIST):
Dstatus_lib_unittest.py12 raw_line = raw_line_temp % status_lib.DEFAULT_BLOCKLIST[0]