Home
last modified time | relevance | path

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

/external/python/mobly/mobly/controllers/attenuator_lib/
Dtelnet_scpi_client.py25 def _ascii_string(uc_string): argument
26 return str(uc_string).encode("ASCII")
/external/autotest/server/cros/network/
Dtelnet_helper.py14 def _ascii_string(uc_string): argument
20 return str(uc_string).encode('ASCII')