Lines Matching refs:line
40 def parse_params(line, contents):41 line = line.strip()42 pos = line.find('=')45 name = line[:pos]46 value = line[pos + 1:]64 for line in lines:65 line = line.strip()67 if line.startswith('#') or not line:69 parse_params(line, contents)