(class from pyomo.common.dependencies)
pyomo.common.dependencies
Bases: object
object
Mock module object to support the deferred import of a module.
This object is returned by attempt_import() in lieu of the module when attempt_import() is called with defer_import=True. Any attempts to access attributes on this object will trigger the actual module import and return either the appropriate module attribute or else if the module import fails, raise a DeferredImportError exception.
attempt_import()
defer_import=True
DeferredImportError
Methods
__init__(indicator, deferred_submodules, ...)
__init__
mro()
mro
Return a type's method resolution order.
Member Documentation
Return a type’s method resolution order.