Class t.s._.WindowsApplicationRunner(app.ApplicationRunner):

Part of twisted.scripts._twistw View Source View In Hierarchy

An ApplicationRunner which avoids unix-specific things. No forking, no PID files, no privileges.
Method preApplication Do pre-application-creation setup.
Method postApplication Start the application and run the reactor.

Inherited from ApplicationRunner:

Method __init__ Undocumented
Method run Run the application.
Method createOrGetApplication Create or load an Application based on the parameters found in the
def preApplication(self): (source)
Do pre-application-creation setup.
def postApplication(self): (source)
Start the application and run the reactor.
API Documentation for twisted, generated by pydoctor.