Home | History | Annotate | Download | only in whatsnew

Lines Matching full:importer

718   importer object that will handle imports from this path or raises an
721 * ``sys.path_importer_cache`` caches importer objects for each path, so
724 * ``sys.meta_path`` is a list of importer objects that will be traversed before
729 Importer objects must have a single method, :meth:`find_module(fullname,
746 importer = hook(path)
751 loader = importer.find_module(fullname)