Home | History | Annotate | Download | only in common_lib

Lines Matching refs:linestart

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