Home | History | Annotate | Download | only in tools

Lines Matching defs:line

30 for line in f:
31 line = line.strip()
32 if line.startswith("require"):
33 key, value = line.split()[1].split("=", 1)
59 for line in f:
60 line = line.strip()
61 if not line or line.startswith("#"): continue
62 h, v = line.split()