cpython/Lib/importlib/util.py
Brett Cannon d2e7b33815 Implement the more specific PEP 302 semantics for loaders and what happens upon
load failure in relation to reloads. Also expose
importlib.util.module_for_loader to handle all of the details of this along
with making sure all current loaders behave nicely.
2009-02-17 02:45:03 +00:00

2 lines
94 B
Python

"""Utility code for constructing importers, etc."""
from ._bootstrap import module_for_loader