Searched refs:_block_syms (Results 1 – 2 of 2) sorted by relevance
403 _block_syms = {syms.funcdef, syms.classdef, syms.trailer} variable408 if node.type > 256 and node.type not in _block_syms:
382 _block_syms = set([syms.funcdef, syms.classdef, syms.trailer]) variable387 if node.type > 256 and node.type not in _block_syms: