Searched refs:lstrip (Results 1 – 25 of 248) sorted by relevance
12345678910
46 ast.parse(textwrap.dedent(code.lstrip('\n')).lstrip(), '<string>', 'exec')57 code = textwrap.dedent(code.lstrip('\n')).lstrip()75 textwrap.dedent(try_code.lstrip('\n')).lstrip(), '<string>', 'exec')
53 if child.prefix.lstrip().startswith('#'):62 child_prefix = child.prefix.lstrip('\n')74 comment_column -= len(comment_prefix.lstrip())163 value = comment_lines[0].lstrip()168 len(comment_lines[0]) - len(comment_lines[0].lstrip()))181 comment_prefix[rindex:].lstrip()))221 while index < len(lines) and lines[index].lstrip().startswith('#'):237 while index < len(lines) and not lines[index].lstrip():
95 constants.CONTAINER_HOST_DIR.lstrip(138 constants.CONTAINER_AUTOTEST_DIR.lstrip(os.path.sep))160 container_path.lstrip(os.path.sep)))163 container_path.lstrip(os.path.sep))201 source.lstrip(os.path.sep))212 destination.lstrip(os.path.sep))
69 """).lstrip()108 """).lstrip()133 """).lstrip()145 """).lstrip()
8 return textwrap.dedent(s).lstrip()
74 val = self._expand_value(line[op_end:].lstrip())97 line = self.line_cont + line.lstrip()103 line = line.lstrip()
90 stripped_both = stripped_right.lstrip('#')144 l_stripped = l.lstrip()151 if not l.lstrip('#').startswith(' '):154 if len(l) - len(l.lstrip('#')) > 6:
185 if ("<reset" in line) or line.lstrip().startswith("<!--"):242 line = line.lstrip()252 line = partial + line.lstrip() + "\n"
130 line = line.lstrip()154 name = line[9:].lstrip()163 name = line[7:].lstrip()
35 return int(name.lstrip('[').rstrip(']'))74 return int(name.lstrip('[').rstrip(']'))
78 strip_comments(s.lstrip()) for s in79 textwrap.dedent(test).lstrip().split('\n\n', 5)
41 parts = line.lstrip().split()62 parts = line.lstrip().split(' ')
352 return len(expline) - len(string.lstrip(expline))381 content = len(string.lstrip(line))387 lines[0] = lines[0].lstrip()612 if end >= 0 and string.lstrip(lines[end])[:1] == '#' and \614 comments = [string.lstrip(string.expandtabs(lines[end]))]617 comment = string.lstrip(string.expandtabs(lines[end]))622 comment = string.lstrip(string.expandtabs(lines[end]))
84 def lstrip(s): function90 return s.lstrip()
712 if cur_line.lstrip().startswith('#'):724 indent = len(before_comment) - len(before_comment.lstrip())736 cur_line = seg.lstrip()742 indent = len(line) - len(line.lstrip())753 seg = seg.lstrip()761 cur_line = (cur_line + seg).lstrip()766 cur_line = seg.lstrip()
237 line = line.lstrip()263 line = line.lstrip()
226 line = line.lstrip()251 line = line.lstrip()
121 line = before.rstrip() + ' ' + after.lstrip()137 line = line[1:].lstrip()
111 L.append(s.lstrip())115 L.append(s.lstrip())
112 if line.lstrip()[0] not in '+|' and \114 not line.lstrip().startswith(('.. function',
113 if line.lstrip()[0] not in '+|' and \115 not line.lstrip().startswith(('.. function',
97 L.append(s.lstrip())101 L.append(s.lstrip())
107 """.lstrip("\n"))191 """).lstrip("\n").format(f=func, ef=eglFunc)