Home | History | Annotate | Download | only in generator

Lines Matching defs:Indent

61   def Indent(self):
62 return Indent(self)
66 class Indent(object):
87 indent = ' '
90 lines.append(indent + item + ',')
92 lines.append(indent + item + post)
114 with code.Indent():
235 with code.Indent():
316 with code.Indent():
319 with code.Indent():
329 with code.Indent():
334 with code.Indent():
355 with code.Indent():