Lines Matching refs:output
124 output = subprocess.check_output([self.path] + arguments,
126 return output.decode(encoding='UTF-8')
246 output = get_output('%s -s %s get-state' %
253 if 'device' not in output:
263 output = get_output(command)
268 if 'device' in output:
278 output = get_output(get_serials_cmd)
280 if len(output.split()) > 1:
284 return output.strip()
398 output = subprocess.check_output(command, shell=True)
400 return output.decode(encoding='UTF-8')