class documentation
Method __init__ Undocumented
Method install Install this reactor.
Instance Variable description A longer string giving a user-facing description of this reactor.
Instance Variable moduleName The fully-qualified Python name of the module of which the install callable is an attribute.
Instance Variable shortName A brief string giving the user-facing name of this reactor.
def __init__(self, shortName: str, moduleName: str, description: str): (source)

Undocumented

def install(self): (source)
description = (source)

A longer string giving a user-facing description of this reactor.

moduleName = (source)

The fully-qualified Python name of the module of which the install callable is an attribute.

shortName = (source)

A brief string giving the user-facing name of this reactor.