Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module script |
|
Classes | |
---|---|
CacheScanner |
|
PythonScript |
I am an extremely simple dynamic resource; an embedded python script. |
ResourceScriptWrapper |
Exceptions | |
---|---|
AlreadyCached |
This exception is raised when a path has already been cached. |
Function Summary | |
---|---|
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. | |
ResourceTemplate(path,
registry)
|
Variable Summary | |
---|---|
ErrorPage |
noRsrc
|
str |
rpyNoResource
|
Function Details |
---|
ResourceScript(path, registry)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. |
Variable Details |
---|
noRsrc
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:25 2003 | http://epydoc.sf.net |