Searched refs:ClosesScope (Results 1 – 3 of 3) sorted by relevance
206 bracket = current if current.ClosesScope() else previous226 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():
222 def ClosesScope(self): member in FormatToken
535 if cur_token.ClosesScope():