Home
last modified time | relevance | path

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

/tools/asuite/atest/
Datest_utils.py1269 def quote(input_str): argument
1281 if has_chars(input_str, _REGEX_CHARS):
1282 return "'" + input_str + "'"
1283 return input_str
1286 def has_chars(input_str, chars): argument
1297 if char in input_str: