Searched refs:FULL_REGEXP (Results 1 - 1 of 1) sorted by relevance

/external/autotest/frontend/afe/
H A Drpc_handler.py20 FULL_REGEXP = '(' + '|'.join(LOGGING_REGEXPS) + ')' variable
21 COMPILED_REGEXP = re.compile(FULL_REGEXP)

Completed in 213 milliseconds