Part of twisted.web2.channel View Source
| Function | startCGI | Call this as the last thing in your CGI python script in order to | 
| Class | SCGIFactory | Undocumented | 
| Class | HTTPFactory | Factory for HTTP server. | 
E.g.: >>> from twisted.web2 import channel, server >>> if __name__ == '__main__': ... channel.startCGI(server.Site(myToplevelResource))