twisted.internet.test.modulehelpers.NoReactor(SetAsideModule) class documentationtwisted.internet.test.modulehelpers
(View In Hierarchy)
Known subclasses: twisted.internet.test.modulehelpers.AlternateReactor
Context manager that uninstalls the reactor, if any, and then restores it afterwards.
| Method | __init__ | Undocumented |
| Method | __enter__ | Undocumented |
| Method | __exit__ | Undocumented |
Inherited from SetAsideModule:
| 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. |