Lines Matching refs:indent
110 indent = ' ' * stacksize
114 % (indent, str(type_obj), indent, str(align_before), str(align_after)))
117 % (indent, str(field_name), str(type_obj),
118 indent, str(align_before), str(align_after)))
120 result += self.callstack_to_str(indent, callstack)
125 indent = ' ' * stacksize
128 % (indent, str(align_before), indent, str(type_obj), indent, reason))
131 % (indent, str(align_before), indent, str(field_name), str(type_obj), indent, reason))
134 result += self.callstack_to_str(indent, callstack)
140 def callstack_to_str(self, indent, callstack):
141 result = "\t%scallstack: [\n" % indent
143 result += "\t %s%s\n" % (indent, str(stack_elem))
144 result += "\t%s]\n" % indent