Lines Matching refs:indent
218 # Figure out when indent is larger than the specified width, and make
273 indent = self.subsequent_indent
275 indent = self.initial_indent
278 width = self.width - len(indent)
309 lines.append(indent + ''.join(cur_line))
392 for indent in indents:
394 margin = indent
398 elif indent.startswith(margin):
403 elif margin.startswith(indent):
404 indent