module documentation
(source)

I contain PythonScript, which is a very simple python script resource.
Class ​Already​Cached This exception is raised when a path has already been cached.
Class ​Cache​Scanner Undocumented
Class ​Python​Script I am an extremely simple dynamic resource; an embedded python script.
Class ​Resource​Script​Directory No summary
Class ​Resource​Script​Wrapper Undocumented
Function ​Resource​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.
Function ​Resource​Template Undocumented
Variable no​Rsrc Undocumented
Variable rpy​No​Resource Undocumented
def ResourceScript(path, registry): (source)
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.
def ResourceTemplate(path, registry): (source)

Undocumented

noRsrc = (source)

Undocumented

rpyNoResource: str = (source)

Undocumented