Lines Matching full:linestart
372 def get_field(data, param, linestart="", sep=" "):
383 @param param: Position of parameter after linestart marker.
384 @param linestart: String to which start line with parameters.
387 search = re.compile(r"(?<=^%s)\s*(.*)" % linestart, re.MULTILINE)
392 print "There is no line which starts with %s in data." % linestart