HomeSort by relevance Sort by last modified time
    Searched refs:__import__ (Results 1 - 25 of 428) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/python/google/
__init__.py 2 __import__('pkg_resources').declare_namespace(__name__)
4 __path__ = __import__('pkgutil').extend_path(__path__, __name__)
  /external/protobuf/python/google/protobuf/
__init__.py 37 __import__('pkg_resources').declare_namespace(__name__)
39 __path__ = __import__('pkgutil').extend_path(__path__, __name__)
  /external/protobuf/python/google/protobuf/pyext/
__init__.py 2 __import__('pkg_resources').declare_namespace(__name__)
4 __path__ = __import__('pkgutil').extend_path(__path__, __name__)
  /external/python/cpython3/Lib/test/test_importlib/import_/
test_relative_imports.py 81 self.__import__('pkg') # For __import__().
82 module = self.__import__('', global_, fromlist=['mod2'], level=1)
93 self.__import__('pkg') # For __import__().
94 module = self.__import__('mod2', global_, fromlist=['attr'],
106 self.__import__('pkg') # For __import__().
107 module = self.__import__('', global_, fromlist=['module'],
119 self.__import__('pkg') # For __import__()
    [all...]
test___loader__.py 26 module = self.__import__('blah')
32 ) = util.test_both(SpecLoaderAttributeTests, __import__=util.__import__)
56 module = self.__import__('blah')
65 returned_module = self.__import__('blah')
71 ) = util.test_both(LoaderAttributeTests, __import__=util.__import__)
test___package__.py 40 self.__import__('pkg.fake')
41 module = self.__import__('',
85 self.__import__('', globals, {}, ['relimport'], 1)
90 self.__import__('', globals, {}, ['relimport'], 1)
104 ) = util.test_both(Using__package__PEP302, __import__=util.__import__)
113 ) = util.test_both(Using__package__PEP451, __import__=util.__import__)
128 __import__ = util.__import__['Source' variable in class:Setting__package__
    [all...]
test_fromlist.py 21 module = self.__import__('pkg.module')
28 module = self.__import__('pkg.module', fromlist=['attr'])
34 ) = util.test_both(ReturnValue, __import__=util.__import__)
56 module = self.__import__('module', fromlist=['attr'])
63 module = self.__import__('module', fromlist=['non_existent'])
71 module = self.__import__('pkg', fromlist=['module'])
86 self.__import__('pkg', fromlist=['mod'])
92 module = self.__import__('pkg.mod', fromlist=[''])
100 module = self.__import__('pkg', fromlist=fromlist
    [all...]
test_caching.py 29 module = self.__import__('some_module')
38 self.__import__(name)
44 ) = util.test_both(UseCache, __import__=util.__import__)
51 __import__ = util.__import__['Source'] variable in class:ImportlibUseCache
62 # __import__ inconsistent between loaders and built-in import when it comes
68 module = self.__import__('module')
76 module = self.__import__('pkg.module')
86 module = self.__import__('pkg', fromlist=['module']
    [all...]
test_packages.py 14 module = self.__import__('pkg.module')
21 self.__import__('pkg.module')
33 self.__import__('pkg')
37 self.__import__('pkg.module')
52 self.__import__('pkg')
55 self.__import__('pkg.module')
72 self.__import__('pkg.subpkg')
75 self.__import__('pkg.subpkg.module')
84 self.__import__('sys.no_submodules_here')
99 submodule = self.__import__(subname
    [all...]
test_api.py 43 """Test API-specific details for __import__ (e.g. raising the right
53 self.__import__(42)
60 self.__import__('os', globals(), level=-1)
70 self.__import__(PKG_NAME, fromlist=['not here'])
82 self.__import__(PKG_NAME,
92 ) = util.test_both(OldAPITests, __import__=util.__import__)
101 ) = util.test_both(SpecAPITests, __import__=util.__import__)
test_meta_path.py 22 self.assertIs(self.__import__(mod), first.modules[mod])
31 self.assertIs(self.__import__(mod_name), second.modules[mod_name])
51 ) = util.test_both(CallingOrder, __import__=util.__import__)
76 self.__import__(mod_name)
94 self.__import__(mod_name)
111 ) = util.test_both(CallSignaturePEP302, __import__=util.__import__)
121 ) = util.test_both(CallSignaturePEP451, __import__=util.__import__)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
xmltests.py 10 __import__(name)
  /external/autotest/tko/migrations/
016_modify_perf_view_2.py 1 prev_migration = __import__('015_support_graphing_interface')
  /external/python/cpython2/Lib/test/
xmltests.py 10 __import__(name)
  /external/python/cpython3/Lib/test/
mp_preload.py 14 __import__(modname)
xmltests.py 10 __import__(name)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
xmltests.py 10 __import__(name)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
xmltests.py 10 __import__(name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
xmltests.py 10 __import__(name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
xmltests.py 10 __import__(name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
anydbm.py 45 _mod = __import__(_name)
84 mod = __import__(result)
  /external/python/cpython2/Lib/
anydbm.py 45 _mod = __import__(_name)
84 mod = __import__(result)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
anydbm.py 45 _mod = __import__(_name)
84 mod = __import__(result)
  /prebuilts/gdb/linux-x86/lib/python2.7/
anydbm.py 45 _mod = __import__(_name)
84 mod = __import__(result)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 45 _mod = __import__(_name)
84 mod = __import__(result)

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011>>