Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dformat_decision_state.py206 bracket = current if current.ClosesScope() else previous
226 elif style.Get('DEDENT_CLOSING_BRACKETS') and current.ClosesScope():
406 not opening.matching_bracket.next_token.ClosesScope())):
621 if not current.OpensScope() and not current.ClosesScope():
636 if len(self.stack) > 1 and current.ClosesScope():
748 if current.ClosesScope():
851 if token.ClosesScope():
907 if current.ClosesScope():
Dformat_token.py222 def ClosesScope(self): member in FormatToken
Dunwrapped_line.py535 if cur_token.ClosesScope():