Home
last modified time | relevance | path

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

/tools/asuite/atest/
Datest_utils.py1115 def quote(input_str): argument
1126 if has_chars(input_str, _REGEX_CHARS):
1127 return "\'" + input_str + "\'"
1128 return input_str
1130 def has_chars(input_str, chars): argument
1141 if char in input_str: