twisted.web.test.test_cgi.PythonScript(twcgi.FilteredScript) class documentationtwisted.web.test.test_cgi
          
          (View In Hierarchy)
        
      Inherited from FilteredScript:
| Instance Variable | filter | The absolute path to the executable. (type: str) | 
| Method | runProcess | Run a script through the filterexecutable. | 
Inherited from CGIScript (via FilteredScript):
| Method | __init__ | Initialize, with the name of a CGI script file. | 
| Method | render | Do various things to conform to the CGI specification. | 
Inherited from Resource (via FilteredScript, CGIScript):
| Method | listStaticNames | Undocumented | 
| Method | listStaticEntities | Undocumented | 
| Method | listNames | Undocumented | 
| Method | listEntities | Undocumented | 
| Method | listDynamicNames | Undocumented | 
| Method | listDynamicEntities | Undocumented | 
| Method | getStaticEntity | Undocumented | 
| Method | getDynamicEntity | Undocumented | 
| Method | delEntity | Undocumented | 
| Method | reallyPutEntity | Undocumented | 
| Method | getChild | Retrieve a 'child' resource from me. | 
| Method | getChildWithDefault | Retrieve a static or dynamically generated child resource from me. | 
| Method | getChildForRequest | Undocumented | 
| Method | putChild | Register a static child. | 
| Method | render_HEAD | Default handling of HEAD method. |