Home | History | Annotate | Download | only in common_lib

Lines Matching refs:search

387     search = re.compile(r"(?<=^%s)\s*(.*)" % linestart, re.MULTILINE)
388 find = search.search(data)
502 if re.search('^\d+$', value):
504 elif re.search('^(\d+\.)?\d+$', value):
541 if not key_regex.search(key):