Searched refs:line (Results 1 – 3 of 3) sorted by relevance
36 def getAttribs(self, line): argument38 m = self.patterns[self.current].search(line)43 mOther = self.patterns[notCurrent].search(line)70 for line in f:71 [path, groupsAttrib] = handler.getAttribs(line)121 for line in p.stdout:122 if targetDir in line:
150 for line in open(file_name, "r"):151 result.append(line.strip())
49 def parseLine(line, productData, productPath, overrideProperty = False): argument51 words = line.split()65 print "** Warning: parseLine too complex line in " + productPath + " : " + line87 for line in open(productPath):88 line_ = line.strip()