Home
last modified time | relevance | path

Searched refs:importer_type (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/pkg_resources/
D__init__.py1854 def register_finder(importer_type, distribution_finder): argument
1861 _distribution_finders[importer_type] = distribution_finder
2070 def register_namespace_handler(importer_type, namespace_handler): argument
2085 _namespace_handlers[importer_type] = namespace_handler
/external/python/setuptools/docs/
Dpkg_resources.txt1381 ``register_finder(importer_type, distribution_finder)``
1383 `importer_type` is the type or class of a PEP 302 "Importer" (``sys.path``
1400 ``register_namespace_handler(importer_type, namespace_handler)``
1402 `importer_type`. `importer_type` is the type or class of a PEP 302