OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iter_importer_modules
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pkgutil.py
147
for name, ispkg in
iter_importer_modules
(i, prefix):
154
def
iter_importer_modules
(importer, prefix=''):
function
159
iter_importer_modules
= simplegeneric(
iter_importer_modules
)
variable
360
iter_importer_modules
.register(zipimporter, iter_zipimport_modules)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py
147
for name, ispkg in
iter_importer_modules
(i, prefix):
154
def
iter_importer_modules
(importer, prefix=''):
function
159
iter_importer_modules
= simplegeneric(
iter_importer_modules
)
variable
360
iter_importer_modules
.register(zipimporter, iter_zipimport_modules)
Completed in 48 milliseconds