HomeSort by relevance Sort by last modified time
    Searched refs:import_as_name (Results 1 - 17 of 17) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 16 if imports.type == syms.import_as_name or not imports.children:
28 assert child.type == syms.import_as_name
fix_urllib.py 59 ( member=%s | import_as_name< member=%s 'as' any > |
125 if member.type == syms.import_as_name:
142 if name.type == syms.import_as_name:
146 return [Node(syms.import_as_name, kids)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 16 if imports.type == syms.import_as_name or not imports.children:
28 assert child.type == syms.import_as_name
fix_urllib.py 59 ( member=%s | import_as_name< member=%s 'as' any > |
125 if member.type == syms.import_as_name:
142 if name.type == syms.import_as_name:
146 return [Node(syms.import_as_name, kids)]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 31 #define import_as_name 284 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 41 import_as_name = 284 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 31 #define import_as_name 284 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 41 import_as_name = 284 variable
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 203 (STAR | import_as_name (COMMA import_as_name)*)
206 import_as_name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 424 elif n.type == syms.import_as_name:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 424 elif n.type == syms.import_as_name:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 905 assert node[0] == symbol.import_as_name
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 905 assert node[0] == symbol.import_as_name
    [all...]