(class from pyomo.common.deprecation)
pyomo.common.deprecation
Bases: object
object
Custom module loader that supports loading modules through alternate names
This class implements the importlib.abc.Loader interface (through duck-typing to avoid a surprisingly costly import of importlib.abc). Calls to create_module() and exec_module() are delegated to corresponding methods on the loader for the new module name.
importlib.abc.Loader
importlib.abc
create_module()
exec_module()
Methods
__init__(info)
__init__
create_module(spec)
create_module
exec_module(module)
exec_module
Member Documentation