Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dunwrapped_line.py334 if (lval in pytree_utils.CLOSING_BRACKETS and
335 rval in pytree_utils.CLOSING_BRACKETS):
338 if lval in pytree_utils.CLOSING_BRACKETS and rval in '([':
348 if rval in pytree_utils.CLOSING_BRACKETS:
Dpytree_unwrapper.py312 elif token.value in pytree_utils.CLOSING_BRACKETS:
340 elif token.value in pytree_utils.CLOSING_BRACKETS:
Dpytree_utils.py42 CLOSING_BRACKETS = frozenset({')', ']', '}'}) variable
Dformat_token.py223 return self.value in pytree_utils.CLOSING_BRACKETS