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 |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
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.0.1 on Sat Aug 15 15:33:02 2009 | http://epydoc.sourceforge.net |