Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py382 _block_syms = set([syms.funcdef, syms.classdef, syms.trailer]) variable
387 if node.type > 256 and node.type not in _block_syms: