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

/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
H A 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:
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
H A 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:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A 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:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A 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:

Completed in 1788 milliseconds