You can also browse the complete source file or the generated documentation.
## Options ## ## Win32 Service ## class AppServerService(win32serviceutil.ServiceFramework): def __init__(self, args) def SvcStop(self) def SvcDoRun(self) ## Main ## def main()