Home
last modified time | relevance | path

Searched refs:first_indent (Results 1 – 1 of 1) sorted by relevance

/external/yapf/yapf/yapflib/
Dformat_decision_state.py58 def __init__(self, line, first_indent): argument
69 self.column = first_indent
74 self.stack = [_ParenState(first_indent, first_indent)]
76 self.first_indent = first_indent
83 new = FormatDecisionState(self.line, self.first_indent)
91 new.first_indent = self.first_indent
746 return top_of_stack.indent if self.paren_level else self.first_indent