class documentation

class AlternateReactor(NoReactor):

Constructor: AlternateReactor(reactor)

View In Hierarchy

A context manager which temporarily installs a different object as the global reactor.

Method __enter__ Undocumented
Method __init__ No summary
Instance Variable alternate Undocumented

Inherited from NoReactor:

Method __exit__ Undocumented

Inherited from SetAsideModule (via NoReactor):

Instance Variable modules Undocumented
Instance Variable name The name of the module to remove.
Method _unimport Find the given module and all of its hierarchically inferior modules in sys.modules, remove them from it, and return whatever was found.
def __enter__(self):
def __init__(self, reactor):
Parameters
reactorAny object to install as the global reactor.
alternate =

Undocumented