Lines Matching refs:split
141 clean_lines = str(device_list_str, 'utf-8').strip().split('\n')144 tokens = line.strip().split('\t')428 lines = out.decode("utf-8").split('\n', 1)430 tokens = lines[0].split(' ')