Lines Matching refs:stripped
3980 stripped = line.lstrip()
3981 if not len(stripped):
3986 return len(line) - len(stripped)
4408 # * All lines will have the first D spaces of the indent stripped
4832 # these F spaces will be stripped.
4834 stripped = line.strip()
4835 if stripped.startswith('#'):
4855 if stripped:
4865 stripped = line.strip()
4866 if stripped.startswith('#'):
4872 if stripped:
5002 # will be stripped off.