Lines Matching refs:line
53 for line in splitlines:54 print("Start go get pid with line:" + line)55 if len(line.split()) >= 1:56 print("Start go get pid:" + line)57 testPID.append(line.split()[1])87 for line in splitlines:88 print("Get exception file with line " + line)89 splitlines = line.split()