Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dutils.py1130 def strip_unicode(input_obj): function
1132 return [strip_unicode(i) for i in input_obj]
1136 output[str(key)] = strip_unicode(input_obj[key])
/external/autotest/server/
Dfrontend.py114 result = utils.strip_unicode(rpc_call(**dargs))