Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py28 def _ascii_string(uc_string): argument
29 return str(uc_string).encode('ASCII')
/tools/test/connectivity/acts/framework/acts/
Dutils.py1380 def ascii_string(uc_string): argument
1382 return str(uc_string).encode('ASCII')