Searched refs:first_indent (Results 1 – 2 of 2) sorted by relevance
107 first_indent = string_out[1:]108 fake_indent = '\n' + ' ' * (len(first_indent) - len(first_indent.lstrip()))
58 def __init__(self, line, first_indent): argument69 self.column = first_indent74 self.stack = [_ParenState(first_indent, first_indent)]76 self.first_indent = first_indent83 new = FormatDecisionState(self.line, self.first_indent)91 new.first_indent = self.first_indent746 return top_of_stack.indent if self.paren_level else self.first_indent