Searched refs:linestart (Results 1 – 3 of 3) sorted by relevance
373 def get_field(data, param, linestart="", sep=" "): argument388 search = re.compile(r"(?<=^%s)\s*(.*)" % linestart, re.MULTILINE)393 print "There is no line which starts with %s in data." % linestart
952 0, linestart=self._psr_parse_prefix)
76 const xmlChar *linestart; member