Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py403 _block_syms = {syms.funcdef, syms.classdef, syms.trailer} variable
408 if node.type > 256 and node.type not in _block_syms:
/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: