Lines Matching refs:strip
385 if not i.startswith('#') and i.strip():
399 line = line.strip()
423 v = v.strip()
428 line = self.fp.readline().strip()
465 if line[0] == '#' or not line.strip():
477 v = v.strip()
495 if line[0] == '#' or not line.strip():
511 v = v.strip()
530 if (line and line[0] == '#') or not line.strip():
546 v = v.strip()
551 line = self.fp.readline().strip()