class documentation

Context manager that uninstalls the reactor, if any, and then restores it afterwards.

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented

Inherited from SetAsideModule:

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.