twisted.web.script module documentationtwisted.web
          View Source
          
        
      I contain PythonScript, which is a very simple python script resource.
| Class | AlreadyCached | This exception is raised when a path has already been cached. | 
| Class | CacheScanner | Undocumented | 
| Function | ResourceScript | I am a normal py file which must define a 'resource' global, which should be an instance of (a subclass of) web.resource.Resource; it will be renderred. | 
| Function | ResourceTemplate | Undocumented | 
| Class | ResourceScriptWrapper | Undocumented | 
| Class | ResourceScriptDirectory | No summary | 
| Class | PythonScript | I am an extremely simple dynamic resource; an embedded python script. | 
I am a normal py file which must define a 'resource' global, which should be an instance of (a subclass of) web.resource.Resource; it will be renderred.