Searched refs:CLOSING_BRACKETS (Results 1 – 4 of 4) sorted by relevance
334 if (lval in pytree_utils.CLOSING_BRACKETS and335 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:
312 elif token.value in pytree_utils.CLOSING_BRACKETS:340 elif token.value in pytree_utils.CLOSING_BRACKETS:
42 CLOSING_BRACKETS = frozenset({')', ']', '}'}) variable
223 return self.value in pytree_utils.CLOSING_BRACKETS