HomeSort by relevance Sort by last modified time
    Searched full:import_from (Results 1 - 25 of 65) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_future.py 14 PATTERN = """import_from< 'from' module_name="__future__" 'import' any >"""
fix_import.py 42 import_from< 'from' imp=any 'import' ['('] any [')'] >
56 if node.type == syms.import_from:
fix_itertools_imports.py 11 import_from< 'from' 'itertools' 'import' imports=any >
fix_renames.py 33 import_from< 'from' module_name=%r 'import'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_future.py 14 PATTERN = """import_from< 'from' module_name="__future__" 'import' any >"""
fix_import.py 42 import_from< 'from' imp=any 'import' ['('] any [')'] >
56 if node.type == syms.import_from:
fix_itertools_imports.py 11 import_from< 'from' 'itertools' 'import' imports=any >
fix_renames.py 33 import_from< 'from' module_name=%r 'import'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_future.py 14 PATTERN = """import_from< 'from' module_name="__future__" 'import' any >"""
fix_import.py 42 import_from< 'from' imp=any 'import' ['('] any [')'] >
56 if node.type == syms.import_from:
fix_itertools_imports.py 11 import_from< 'from' 'itertools' 'import' imports=any >
fix_renames.py 33 import_from< 'from' module_name=%r 'import'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_future.py 14 PATTERN = """import_from< 'from' module_name="__future__" 'import' any >"""
fix_import.py 42 import_from< 'from' imp=any 'import' ['('] any [')'] >
56 if node.type == syms.import_from:
fix_itertools_imports.py 11 import_from< 'from' 'itertools' 'import' imports=any >
fix_renames.py 33 import_from< 'from' module_name=%r 'import'
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 30 #define import_from 283 macro
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 30 #define import_from 283 macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 30 #define import_from 283 macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 30 #define import_from 283 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 40 import_from = 283 variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 40 import_from = 283 variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 40 import_from = 283 variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 40 import_from = 283 variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
Grammar.txt 72 import_stmt: import_name | import_from
74 import_from: ('from' ('.'* dotted_name | '.'+)

Completed in 429 milliseconds

1 2 3