HomeSort by relevance Sort by last modified time
    Searched full:_block_syms (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 382 _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/
fixer_util.py 382 _block_syms = set([syms.funcdef, syms.classdef, syms.trailer]) variable
387 if node.type > 256 and node.type not in _block_syms:

Completed in 203 milliseconds