Home
last modified time | relevance | path

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

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