Home | Trees | Indices | Help |
|
---|
|
object --+ | Tool
A registered function for use with CherryPy request-processing hooks.
help(tool.callable) should give you more information about this Tool.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
namespace =
|
|
|||
Inherited from |
|
|
Compile-time decorator (turn on the tool in config). For example: @tools.proxy() def whats_my_base(self): return cherrypy.request.base whats_my_base.exposed = True |
Hook this tool into cherrypy.request. The standard CherryPy request object will automatically call this method when the tool is "turned on" in config. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Jan 24 16:33:09 2008 | http://epydoc.sourceforge.net |