Home
last modified time | relevance | path

Searched refs:PKG_DIRECTORY (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Lib/
Dimp.py41 PKG_DIRECTORY = 5 variable
243 elif type_ == PKG_DIRECTORY:
286 return None, package_directory, ('', '', PKG_DIRECTORY)
Dpkgutil.py316 return self.etc[2]==imp.PKG_DIRECTORY
331 elif mod_type==imp.PKG_DIRECTORY:
349 elif mod_type==imp.PKG_DIRECTORY:
361 if mod_type==imp.PKG_DIRECTORY:
/external/python/cpython2/Lib/
Dihooks.py68 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:
Dpkgutil.py273 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:
Dpyclbr.py141 if ty == imp.PKG_DIRECTORY:
Dmodulefinder.py304 if type == imp.PKG_DIRECTORY:
/external/python/setuptools/setuptools/
Ddepends.py5 from imp import PKG_DIRECTORY, PY_COMPILED, PY_SOURCE, PY_FROZEN
91 if kind == PKG_DIRECTORY:
/external/autotest/client/cros/
Dfactory_setup_modules.py22 cros = imp.load_module('cros', None, '', ('', '', imp.PKG_DIRECTORY))
/external/python/cpython2/Python/
Dimportdl.h16 PKG_DIRECTORY, enumerator
Dimport.c1347 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/
Dpygettext.py283 if description[2] == imp.PKG_DIRECTORY:
295 if description[2] not in [imp.PY_SOURCE, imp.PKG_DIRECTORY]:
/external/python/cpython2/Doc/library/
Dimp.rst65 path and the last item in the *description* tuple is :const:`PKG_DIRECTORY`.
156 .. data:: PKG_DIRECTORY
Dpkgutil.rst131 ``imp.PKG_DIRECTORY``.
/external/python/cpython3/Doc/library/
Dimp.rst76 path and the last item in the *description* tuple is :const:`PKG_DIRECTORY`.
338 .. data:: PKG_DIRECTORY
/external/python/cpython2/Lib/plat-mac/
Dbundlebuilder.py742 if tp == imp.PKG_DIRECTORY and path: