Lines Matching refs:splitline
149 splitline = line.decode('ASCII').split()150 tag = splitline[0]151 cmd = splitline[1]152 args = splitline[2:]