Home | History | Annotate | Download | only in python2.7

Lines Matching full:indent

166         the number of columns to indent per nesting level
239 def indent(self):
245 assert self.current_indent >= 0, "Indent decreased below 0."
260 indent = " "*self.current_indent
263 initial_indent=indent,
264 subsequent_indent=indent)
325 self.indent()
331 self.indent()
1112 formatter.indent()
1627 formatter.indent()