Searched refs:PKG_DIRECTORY (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython3/Lib/ |
D | imp.py | 41 PKG_DIRECTORY = 5 variable 243 elif type_ == PKG_DIRECTORY: 286 return None, package_directory, ('', '', PKG_DIRECTORY)
|
D | pkgutil.py | 315 return self.etc[2]==imp.PKG_DIRECTORY 330 elif mod_type==imp.PKG_DIRECTORY: 348 elif mod_type==imp.PKG_DIRECTORY: 360 if mod_type==imp.PKG_DIRECTORY:
|
D | modulefinder.py | 282 if type == imp.PKG_DIRECTORY:
|
/external/python/cpython2/Lib/ |
D | ihooks.py | 68 from imp import C_BUILTIN, PY_FROZEN, PKG_DIRECTORY 176 return imp.load_module(name, file, filename, ("", "", PKG_DIRECTORY)) 250 return None, fullname, ('', '', PKG_DIRECTORY) 275 elif type == PKG_DIRECTORY: 295 if type == PKG_DIRECTORY:
|
D | pkgutil.py | 273 return self.etc[2]==imp.PKG_DIRECTORY 288 elif mod_type==imp.PKG_DIRECTORY: 307 elif mod_type==imp.PKG_DIRECTORY: 318 if self.etc[2]==imp.PKG_DIRECTORY:
|
D | pyclbr.py | 141 if ty == imp.PKG_DIRECTORY:
|
D | modulefinder.py | 304 if type == imp.PKG_DIRECTORY:
|
/external/python/setuptools/setuptools/ |
D | depends.py | 5 from imp import PKG_DIRECTORY, PY_COMPILED, PY_SOURCE, PY_FROZEN 91 if kind == PKG_DIRECTORY:
|
/external/autotest/client/cros/ |
D | factory_setup_modules.py | 22 cros = imp.load_module('cros', None, '', ('', '', imp.PKG_DIRECTORY))
|
/external/python/cpython2/Python/ |
D | importdl.h | 16 PKG_DIRECTORY, enumerator
|
D | import.c | 1347 static struct filedescr fd_package = {"", "", PKG_DIRECTORY}; in find_module() 1963 case PKG_DIRECTORY: in load_module() 3457 if (setint(d, "PKG_DIRECTORY", PKG_DIRECTORY) < 0) goto failure; in initimp()
|
/external/python/cpython2/Tools/i18n/ |
D | pygettext.py | 283 if description[2] == imp.PKG_DIRECTORY: 295 if description[2] not in [imp.PY_SOURCE, imp.PKG_DIRECTORY]:
|
/external/python/cpython2/Doc/library/ |
D | imp.rst | 65 path and the last item in the *description* tuple is :const:`PKG_DIRECTORY`. 156 .. data:: PKG_DIRECTORY
|
D | pkgutil.rst | 131 ``imp.PKG_DIRECTORY``.
|
/external/python/cpython3/Doc/library/ |
D | imp.rst | 77 path and the last item in the *description* tuple is :const:`PKG_DIRECTORY`. 339 .. data:: PKG_DIRECTORY
|
/external/python/cpython2/Lib/plat-mac/ |
D | bundlebuilder.py | 742 if tp == imp.PKG_DIRECTORY and path:
|