module documentation

The most suitable default reactor for the current platform.

Depending on a specific application's needs, some other reactor may in fact be better.

Variable install Undocumented
Function _getInstallFunction Return a function to install the reactor most suited for the given platform.

Undocumented

def _getInstallFunction(platform): (source)

Return a function to install the reactor most suited for the given platform.

Parameters
platform:twisted.python.runtime.PlatformThe platform for which to select a reactor.
Returns
A zero-argument callable which will install the selected reactor.