class documentation

class MainRunner(Protocol): (source)

View In Hierarchy

A function which has been decorated with a runMain attribute.

Method __call__ No summary
Class Variable runMain Undocumented
def __call__(self, reactor: Any): (source)
Parameters
reactor:AnyA Twisted reactor, which provides the usual suspects of IReactorTime, IReactorTCP, etc.

Undocumented