MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / get_importer

Function get_importer

Lib/pkgutil.py:366–397  ·  view source on GitHub ↗

Retrieve a PEP 302 importer for the given path item The returned importer is cached in sys.path_importer_cache if it was newly created by a path hook. If there is no importer, a wrapper around the basic import machinery is returned. This wrapper is never inserted into the impor

(path_item)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

iter_importersFunction · 0.85

Calls 2

ImpImporterClass · 0.85
setdefaultMethod · 0.45

Tested by

no test coverage detected