Searched refs:importer_type (Results 1 – 2 of 2) sorted by relevance
1854 def register_finder(importer_type, distribution_finder): argument1861 _distribution_finders[importer_type] = distribution_finder2070 def register_namespace_handler(importer_type, namespace_handler): argument2085 _namespace_handlers[importer_type] = namespace_handler
1381 ``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