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

Class ImpImporter

Lib/pkgutil.py:162–229  ·  view source on GitHub ↗

PEP 302 Importer that wraps Python's "classic" import algorithm ImpImporter(dirname) produces a PEP 302 importer that searches that directory. ImpImporter(None) produces a PEP 302 importer that searches the current sys.path, plus any modules that are frozen or built-in. Note that

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

_get_delegateMethod · 0.85
get_importerFunction · 0.85
iter_importersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected