twisted.internet.main module documentationtwisted.internet
View Source
Backwards compatibility, and utility functions.
In general, this module should not be used, other than by reactor authors who need to use the 'installReactor' method.
| Variable | CONNECTION_DONE | Undocumented |
| Variable | CONNECTION_LOST | Undocumented |
| Function | installReactor | Install reactor reactor. |
| Variable | __all__ | Undocumented |
Install reactor reactor.
| Parameters | reactor | An object that provides one or more IReactor* interfaces. |