Searched refs:is_block (Results 1 – 2 of 2) sorted by relevance
81 def __init__(self, token, is_block=False): argument91 self.is_block = is_block92 self.is_transient = not is_block and token.type not in (102 self.is_block, self.is_transient)224 is_block=token.metadata.context.type == Context.ARRAY_LITERAL))227 self._Add(TokenInfo(token=token, is_block=True))230 self._Add(TokenInfo(token=token, is_block=False))264 self._Add(TokenInfo(token=token, is_block=True))354 if token_info.is_block:494 if token_info.is_block or token_info.token.type == Type.START_PAREN:
137 bool is_block = false; in extractValue() local163 is_block = true; in extractValue()167 is_block = true; in extractValue()171 is_block = true; in extractValue()175 is_block = true; in extractValue()243 if (is_block) { in extractValue()