Home
last modified time | relevance | path

Searched refs:new_module (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pdb.py184 mod = imp.new_module('module_to_skip')
Dtest_pkgutil.py86 mod = sys.modules.setdefault(fullname, imp.new_module(fullname))
Dtest_importlib.py82 module = imp.new_module(import_name)
Dtest_importhooks.py70 mod = sys.modules.setdefault(fullname,imp.new_module(fullname))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dihooks.py163 def new_module(self, name): return imp.new_module(name) member in Hooks
181 d[name] = m = self.new_module(name)
Drunpy.py28 self.module = imp.new_module(mod_name)
Dimputil.py293 module = imp.new_module(fqname)
Drexec.py301 self.modules[mname] = m = self.hooks.new_module(mname)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_urllib.py53 new_module, members = change
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drunpy.py28 self.module = imp.new_module(mod_name)
Dsysconfig.py330 module = imp.new_module(name)