Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/config/
Dconfig_manager.py112 def _handle_str(self, input_string): argument
113 config_list = map(self.remove_strip, input_string.split(';'))
120 def get_sn_list(self, input_string): argument
122 if input_string:
123 sn_select_list = self._handle_str(input_string)