Searched refs:lstrip (Results 1 – 2 of 2) sorted by relevance
27 if line.lstrip().startswith('#'):62 indent_count = len(code) - len(code.lstrip(' '))70 indent_count = len(code) - len(code.lstrip(' '))
228 .rstrip("]").lstrip("[")