Searched refs:NullImporter (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | runpy.py | 207 importer = imp.NullImporter(path_name) 236 if isinstance(importer, imp.NullImporter):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | runpy.py | 207 importer = imp.NullImporter(path_name) 236 if isinstance(importer, imp.NullImporter):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | import.c | 3187 } NullImporter; in find_module() typedef 3190 NullImporter_init(NullImporter *self, PyObject *args, PyObject *kwds) in find_module() 3255 NullImporter_find_module(NullImporter *self, PyObject *args) in find_module() 3271 sizeof(NullImporter), /*tp_basicsize*/ in find_module()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | import.c | 3187 } NullImporter; in find_module() typedef 3190 NullImporter_init(NullImporter *self, PyObject *args, PyObject *kwds) in find_module() 3255 NullImporter_find_module(NullImporter *self, PyObject *args) in find_module() 3271 sizeof(NullImporter), /*tp_basicsize*/ in find_module()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | import.c | 3308 } NullImporter; typedef 3311 NullImporter_init(NullImporter *self, PyObject *args, PyObject *kwds) in NullImporter_init() 3338 NullImporter_find_module(NullImporter *self, PyObject *args) in NullImporter_find_module() 3354 sizeof(NullImporter), /*tp_basicsize*/
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_sys.py | 774 check(imp.NullImporter(self.file.name), size(h + ''))
|