«
module documentation

Tests twisted.internet.test.reactormixins, the reactor-testing support module.

Class ReactorBuilderTests Tests for ReactorBuilder.
Function unsupportedReactor A function that can be used as a factory for ReactorBuilder tests but which always raises an exception.
Constant UNSUPPORTED Undocumented
def unsupportedReactor(self: ReactorBuilder) -> NoReturn:

A function that can be used as a factory for ReactorBuilder tests but which always raises an exception.

This gives the appearance of a reactor type which is unsupported in the current runtime configuration for some reason.

UNSUPPORTED: str =

Undocumented

Value
'This reactor is unsupported.'