Searched refs:lstrip (Results 1 – 6 of 6) sorted by relevance
64 def body(self, lstrip=False): argument66 if lstrip:67 lines = [line.lstrip() for line in lines]70 def description(self, lstrip=False, strip_url=False): argument72 if lstrip:73 line = line.lstrip()
256 comment_text = commit_message.body(lstrip=True)286 … description = options.description or commit_message.description(lstrip=True, strip_url=True)397 bug_title = commit_message.description(lstrip=True, strip_url=True)398 comment_text = commit_message.body(lstrip=True)419 bug_title = commit_message.description(lstrip=True, strip_url=True)420 comment_text = commit_message.body(lstrip=True)
85 return string.lstrip('[').rstrip(']').split()
201 expr = string.lstrip(expr)
616 return os.path.splitext(file_path)[1].lstrip(".")
1149 joined_line += ' ' + start_line.lstrip()2358 tok = tok.lstrip('(')