PluginGlobals

(class from pyomo.common.plugin_base)

class pyomo.common.plugin_base.PluginGlobals[source]

Bases: object

__init__()

Methods

__init__()

add_env(name)

DEPRECATED.

clear()

DEPRECATED.

pop_env()

DEPRECATED.

Member Documentation

static add_env(name)[source]

DEPRECATED.

Deprecated since version 6.0: The PluginGlobals environment manager is deprecated: Pyomo only supports a single global environment

static clear()[source]

DEPRECATED.

Deprecated since version 6.0: The PluginGlobals environment manager is deprecated: Pyomo only supports a single global environment

static pop_env()[source]

DEPRECATED.

Deprecated since version 6.0: The PluginGlobals environment manager is deprecated: Pyomo only supports a single global environment