Home
last modified time | relevance | path

Searched refs:fqname (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimputil.py86 def _import_hook(self, fqname, globals=None, locals=None, fromlist=None): argument
89 parts = fqname.split('.')
109 raise ImportError, 'No module named ' + fqname
147 raise ImportError, 'No module named ' + fqname
263 def _import_one(self, parent, modname, fqname): argument
268 return sys.modules[fqname]
273 result = self.get_code(parent, modname, fqname)
277 module = self._process_result(result, fqname)
284 def _process_result(self, result, fqname): argument
293 module = imp.new_module(fqname)
[all …]
Dmodulefinder.py252 def import_module(self, partname, fqname, parent): argument
253 self.msgin(3, "import_module", partname, fqname, parent)
255 m = self.modules[fqname]
261 if fqname in self.badmodules:
274 m = self.load_module(fqname, fp, pathname, stuff)
282 def load_module(self, fqname, fp, pathname, file_info): argument
284 self.msgin(2, "load_module", fqname, fp and "fp", pathname)
286 m = self.load_package(fqname, pathname)
299 m = self.add_module(fqname)
449 def load_package(self, fqname, pathname): argument
[all …]
Dihooks.py510 def import_it(self, partname, fqname, parent, force_load=0): argument
517 return self.modules[fqname]
528 fqname = str(fqname)
529 m = self.loader.load_module(fqname, stuff)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dmodulefinder.py252 def import_module(self, partname, fqname, parent): argument
253 self.msgin(3, "import_module", partname, fqname, parent)
255 m = self.modules[fqname]
261 if fqname in self.badmodules:
274 m = self.load_module(fqname, fp, pathname, stuff)
282 def load_module(self, fqname, fp, pathname, file_info): argument
284 self.msgin(2, "load_module", fqname, fp and "fp", pathname)
286 m = self.load_package(fqname, pathname)
299 m = self.add_module(fqname)
449 def load_package(self, fqname, pathname): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_dl.c19 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, in _PyImport_GetDynLoadFunc() argument
Ddynload_beos.c157 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, in _PyImport_GetDynLoadFunc() argument
251 beos_add_dyn( fqname, the_id ); in _PyImport_GetDynLoadFunc()
Ddynload_atheos.c17 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, in _PyImport_GetDynLoadFunc() argument
Ddynload_os2.c18 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, in _PyImport_GetDynLoadFunc() argument
Ddynload_hpux.c22 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, in _PyImport_GetDynLoadFunc() argument
Ddynload_next.c34 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, in _PyImport_GetDynLoadFunc() argument
Ddynload_shlib.c69 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, in _PyImport_GetDynLoadFunc() argument
Ddynload_aix.c157 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, in _PyImport_GetDynLoadFunc() argument
Ddynload_win.c166 dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, argument