Searched refs:first_indent (Results 1 – 1 of 1) sorted by relevance
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